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

Definitions

include/llvm/ADT/Optional.h
  234   Optional &operator=(Optional &&O) = default;
include/llvm/Support/BinaryStreamRef.h
   43   BinaryStreamRefBase &operator=(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
  317       operator=(shared_ptr&& __r) noexcept