reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/ADT/Optional.h
  249   Optional &operator=(const Optional &O) = default;
include/llvm/Support/BinaryStreamRef.h
   41   BinaryStreamRefBase &operator=(const BinaryStreamRefBase &Other) = default;
  143   std::shared_ptr<StreamType> SharedImpl;
  144   StreamType *BorrowedImpl = nullptr;
  145   uint32_t ViewOffset = 0;
  146   Optional<uint32_t> Length;
usr/include/c++/7.4.0/bits/shared_ptr.h
  296       shared_ptr& operator=(const shared_ptr&) noexcept = default;