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

Definitions

include/llvm/ADT/APFloat.h
 1179   APFloat &operator=(const APFloat &RHS) = default;
include/llvm/ADT/APInt.h
  734   APInt &operator=(const APInt &RHS) {
include/llvm/ADT/BitVector.h
  718   const BitVector &operator=(const BitVector &RHS) {
include/llvm/ADT/CachedHashString.h
  121   CachedHashString &operator=(CachedHashString Other) {
include/llvm/ADT/DenseMap.h
  737   DenseMap& operator=(const DenseMap& other) {
include/llvm/ADT/IntrusiveRefCntPtr.h
  158   IntrusiveRefCntPtr &operator=(IntrusiveRefCntPtr S) {
include/llvm/ADT/Optional.h
  249   Optional &operator=(const Optional &O) = default;
include/llvm/ADT/STLExtras.h
 1410   result_pair<R> &operator=(const result_pair<R> &Other) {
include/llvm/ADT/SmallBitVector.h
  600   const SmallBitVector &operator=(const SmallBitVector &RHS) {
include/llvm/ADT/SmallPtrSet.h
  447   operator=(const SmallPtrSet<PtrType, SmallSize> &RHS) {
include/llvm/ADT/SmallVector.h
  874   const SmallVector &operator=(const SmallVector &RHS) {
include/llvm/ADT/SparseBitVector.h
  456   SparseBitVector& operator=(const SparseBitVector& RHS) {
include/llvm/ADT/StringMap.h
  305   StringMap &operator=(StringMap RHS) {
include/llvm/ADT/TinyPtrVector.h
   56   TinyPtrVector &operator=(const TinyPtrVector &RHS) {
include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
   62   SymbolStringPtr& operator=(const SymbolStringPtr &Other) {
include/llvm/IR/TrackingMDRef.h
   45   TrackingMDRef &operator=(const TrackingMDRef &X) {
  121   TypedTrackingMDRef &operator=(const TypedTrackingMDRef &X) {
include/llvm/IR/ValueHandle.h
  147   WeakVH &operator=(const WeakVH &RHS) = default;
  188   WeakTrackingVH &operator=(const WeakTrackingVH &RHS) = default;
  277   ValueTy *operator=(const AssertingVH<ValueTy> &RHS) {
  501   PoisoningVH &operator=(const PoisoningVH &RHS) {
include/llvm/MCA/Instruction.h
  158   WriteState &operator=(const WriteState &Other) = default;
include/llvm/ObjectYAML/ELFYAML.h
   55 LLVM_YAML_STRONG_TYPEDEF(uint64_t, ELF_SHF)
   56 LLVM_YAML_STRONG_TYPEDEF(uint16_t, ELF_SHN)
include/llvm/Remarks/Remark.h
  106   Remark& operator=(const Remark &) = default;
include/llvm/Support/Alignment.h
   74   Align &operator=(const Align &Other) = default;
include/llvm/Support/JSON.h
  360   Value &operator=(const Value &M) {
  512   ObjectKey &operator=(const ObjectKey &C) {
include/llvm/Support/YAMLTraits.h
 1657 LLVM_YAML_STRONG_TYPEDEF(uint16_t, Hex16)
 1658 LLVM_YAML_STRONG_TYPEDEF(uint32_t, Hex32)
 1659 LLVM_YAML_STRONG_TYPEDEF(uint64_t, Hex64)
lib/Analysis/TargetLibraryInfo.cpp
  588 TargetLibraryInfoImpl &TargetLibraryInfoImpl::operator=(const TargetLibraryInfoImpl &TLI) {
lib/Target/AMDGPU/SIMachineFunctionInfo.h
  137   SIArgument &operator=(const SIArgument &Other) {
lib/TextAPI/MachO/TextStubCommon.h
   27 LLVM_YAML_STRONG_TYPEDEF(uint8_t, SwiftVersion)
tools/clang/include/clang/AST/APValue.h
  593   APValue &operator=(APValue RHS) {
tools/clang/include/clang/AST/Redeclarable.h
  353   CanonicalDeclPtr &operator=(const CanonicalDeclPtr &) = default;
tools/clang/include/clang/Tooling/Refactoring/AtomicChange.h
   52   AtomicChange &operator=(const AtomicChange &) = default;
tools/clang/lib/AST/Interp/Pointer.cpp
   41 void Pointer::operator=(const Pointer &P) {
tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
   76     TaintConfiguration &operator=(const TaintConfiguration &) = default;
tools/lldb/include/lldb/Core/FileSpecList.h
   57   FileSpecList &operator=(const FileSpecList &rhs) = default;
tools/lldb/include/lldb/Core/ModuleSpec.h
   53   ModuleSpec &operator=(const ModuleSpec &rhs) {
tools/lldb/include/lldb/Symbol/CompilerType.h
   44   const CompilerType &operator=(const CompilerType &rhs) {
tools/lldb/include/lldb/Utility/ConstString.h
  135   ConstString operator=(ConstString rhs) {
tools/lldb/source/Symbol/SymbolContext.cpp
   58 const SymbolContext &SymbolContext::operator=(const SymbolContext &rhs) {
tools/lldb/source/Utility/FileSpec.cpp
  178 const FileSpec &FileSpec::operator=(const FileSpec &rhs) {
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
11415 pw_aff &pw_aff::operator=(pw_aff obj) {
18433 union_set &union_set::operator=(union_set obj) {
unittests/ADT/DenseMapTest.cpp
   48   CtorTester &operator=(const CtorTester &) = default;
unittests/ADT/OptionalTest.cpp
   37   NonDefaultConstructible &operator=(const NonDefaultConstructible&) {
unittests/ADT/SmallVectorTest.cpp
   66   Constructable & operator=(const Constructable & src) {
usr/include/c++/7.4.0/bits/basic_string.h
  654       operator=(const basic_string& __str)
usr/include/c++/7.4.0/bits/deque.tcc
   93     operator=(const deque& __x)
usr/include/c++/7.4.0/bits/list.tcc
  267     operator=(const list& __x)
usr/include/c++/7.4.0/bits/refwrap.h
  343       operator=(const reference_wrapper&) = default;
usr/include/c++/7.4.0/bits/shared_ptr.h
  296       shared_ptr& operator=(const shared_ptr&) noexcept = default;
usr/include/c++/7.4.0/bits/std_function.h
  480       operator=(const function& __x)
usr/include/c++/7.4.0/bits/stl_map.h
  311       operator=(const map&) = default;
usr/include/c++/7.4.0/bits/stl_pair.h
  378       operator=(typename conditional<
usr/include/c++/7.4.0/bits/stl_set.h
  288       operator=(const set&) = default;
usr/include/c++/7.4.0/bits/vector.tcc
  180     operator=(const vector<_Tp, _Alloc>& __x)
usr/include/c++/7.4.0/chrono
  338 	duration& operator=(const duration&) = default;
usr/include/c++/7.4.0/tuple
  835       operator=(const tuple& __in)
 1209       operator=(const tuple& __in)