reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
249 Optional &operator=(const Optional &O) = default;
include/llvm/Support/BinaryStreamRef.h41 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;