reference, declarationdefinition
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/FunctionExtras.h
  221   unique_function &operator=(unique_function &&RHS) noexcept {
include/llvm/ADT/SmallVector.h
  889   const SmallVector &operator=(SmallVector &&RHS) {
include/llvm/ADT/TinyPtrVector.h
   88   TinyPtrVector &operator=(TinyPtrVector &&RHS) {
include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
   75   SymbolStringPtr& operator=(SymbolStringPtr &&Other) {
include/llvm/IR/TrackingMDRef.h
  116   TypedTrackingMDRef &operator=(TypedTrackingMDRef &&X) {
include/llvm/IR/ValueHandle.h
  277   ValueTy *operator=(const AssertingVH<ValueTy> &RHS) {
include/llvm/ProfileData/InstrProf.h
  696   InstrProfRecord &operator=(InstrProfRecord &&) = default;
tools/clang/include/clang/Basic/PartialDiagnostic.h
  248   PartialDiagnostic &operator=(PartialDiagnostic &&Other) {
tools/clang/include/clang/Sema/SemaInternal.h
  323 operator=(Sema::TypoExprState &&other) noexcept {
tools/lldb/include/lldb/Utility/ConstString.h
  135   ConstString operator=(ConstString rhs) {
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
12188 pw_multi_aff &pw_multi_aff::operator=(pw_multi_aff obj) {
14493 set &set::operator=(set obj) {
unittests/ADT/DenseMapTest.cpp
   48   CtorTester &operator=(const CtorTester &) = default;
usr/include/c++/7.4.0/bits/basic_string.h
  722       operator=(basic_string&& __str)
usr/include/c++/7.4.0/bits/shared_ptr.h
  317       operator=(shared_ptr&& __r) noexcept
usr/include/c++/7.4.0/bits/stl_list.h
  759       operator=(list&& __x)
usr/include/c++/7.4.0/bits/stl_pair.h
  389       operator=(typename conditional<
usr/include/c++/7.4.0/bits/stl_vector.h
  461       operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
usr/include/c++/7.4.0/bits/unique_ptr.h
  281       operator=(unique_ptr&& __u) noexcept
usr/include/c++/7.4.0/chrono
  338 	duration& operator=(const duration&) = default;
utils/TableGen/CodeGenSchedule.h
  337   OpcodeInfo &operator=(OpcodeInfo &&Other) = default;