|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Definitions
include/llvm/ADT/APInt.h 747 APInt &operator=(APInt &&that) {
include/llvm/ADT/BitVector.h 743 const BitVector &operator=(BitVector &&RHS) {
include/llvm/ADT/DenseMap.h 743 DenseMap& operator=(DenseMap &&other) {
include/llvm/ADT/Optional.h 234 Optional &operator=(Optional &&O) = default;
include/llvm/ADT/SmallVector.h 889 const SmallVector &operator=(SmallVector &&RHS) {
include/llvm/ADT/SparseBitVector.h 464 SparseBitVector &operator=(SparseBitVector &&RHS) {
include/llvm/ADT/simple_ilist.h 111 simple_ilist &operator=(simple_ilist &&X) {
include/llvm/IR/ValueHandle.h 188 WeakTrackingVH &operator=(const WeakTrackingVH &RHS) = default;
277 ValueTy *operator=(const AssertingVH<ValueTy> &RHS) {
include/llvm/Support/Allocator.h 174 BumpPtrAllocatorImpl &operator=(BumpPtrAllocatorImpl &&RHS) {
include/llvm/Support/JSON.h 365 Value &operator=(Value &&M) {
lib/Demangle/ItaniumDemangle.cpp 382 operator=(ItaniumPartialDemangler &&Other) {
lib/TextAPI/MachO/TextStubCommon.h 26 LLVM_YAML_STRONG_TYPEDEF(llvm::StringRef, FlowStringRef)
lib/Transforms/Scalar/MergeICmps.cpp 89 BCEAtom &operator=(BCEAtom &&that) {
tools/clang/tools/extra/clang-doc/Representation.h 50 CommentInfo &operator=(CommentInfo &&Other) = default;
tools/clang/tools/extra/clangd/Context.h 95 Context &operator=(Context &&) = default;
tools/lld/lib/ReaderWriter/MachO/LayoutPass.h 49 SortKey &operator=(SortKey &&key) {
tools/lldb/include/lldb/Symbol/Function.h 278 CallEdge &operator=(CallEdge &&) = default;
tools/lldb/include/lldb/Utility/ConstString.h 135 ConstString operator=(ConstString rhs) {
tools/lldb/source/API/SBCommandReturnObject.cpp 30 SBCommandReturnObjectImpl &operator=(const SBCommandReturnObjectImpl &rhs) {
tools/lldb/source/Symbol/SymbolContext.cpp 58 const SymbolContext &SymbolContext::operator=(const SymbolContext &rhs) {
tools/llvm-cov/SourceCoverageView.h 39 ExpansionView &operator=(ExpansionView &&RHS) {
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h 6250 basic_set &basic_set::operator=(basic_set obj) {
unittests/ADT/DenseMapTest.cpp 48 CtorTester &operator=(const CtorTester &) = default;
unittests/ADT/SmallVectorTest.cpp 74 Constructable & operator=(Constructable && src) {
usr/include/c++/7.4.0/bits/locale_classes.h 220 operator=(const locale& __other) throw();
usr/include/c++/7.4.0/bits/refwrap.h 343 operator=(const reference_wrapper&) = default;
usr/include/c++/7.4.0/chrono 338 duration& operator=(const duration&) = default;
utils/TableGen/CodeGenSchedule.h 337 OpcodeInfo &operator=(OpcodeInfo &&Other) = default;
utils/TableGen/GlobalISelEmitter.cpp 867 RuleMatcher &operator=(RuleMatcher &&Other) = default;