|
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/IntrusiveRefCntPtr.h 158 IntrusiveRefCntPtr &operator=(IntrusiveRefCntPtr S) {
include/llvm/ADT/Optional.h 234 Optional &operator=(Optional &&O) = default;
include/llvm/ADT/STLExtras.h 1410 result_pair<R> &operator=(const result_pair<R> &Other) {
include/llvm/ADT/SmallVector.h 889 const SmallVector &operator=(SmallVector &&RHS) {
include/llvm/IR/TrackingMDRef.h 116 TypedTrackingMDRef &operator=(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) {
include/llvm/Object/Binary.h 211 OwningBinary<T> &OwningBinary<T>::operator=(OwningBinary &&Other) {
include/llvm/Support/Regex.h 52 Regex &operator=(Regex regex) {
tools/clang/include/clang/Tooling/Refactoring/Rename/SymbolOccurrences.h 67 SymbolOccurrence &operator=(SymbolOccurrence &&) = default;
tools/clang/tools/extra/clang-doc/Representation.h 50 CommentInfo &operator=(CommentInfo &&Other) = default;
tools/lld/include/lld/Core/Atom.h 103 void operator=(OwningAtomPtr&& ptr) {
tools/lldb/include/lldb/Utility/SharingPtr.h 217 inline SharingPtr<T> &SharingPtr<T>::operator=(const SharingPtr &r) {
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/llvm-cov/SourceCoverageView.h 39 ExpansionView &operator=(ExpansionView &&RHS) {
unittests/ADT/SmallVectorTest.cpp 74 Constructable & operator=(Constructable && src) {
usr/include/c++/7.4.0/bits/basic_string.h 722 operator=(basic_string&& __str)
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 317 operator=(shared_ptr&& __r) noexcept
572 operator=(weak_ptr&& __r) noexcept = default;
usr/include/c++/7.4.0/bits/std_function.h 498 operator=(function&& __x) noexcept
usr/include/c++/7.4.0/bits/stl_iterator.h 497 operator=(typename _Container::value_type&& __value)
701 operator=(typename _Container::value_type&& __value)
usr/include/c++/7.4.0/bits/stl_pair.h 389 operator=(typename conditional<
usr/include/c++/7.4.0/bits/stl_set.h 292 operator=(set&&) = default;
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/tuple 842 operator=(tuple&& __in)
1216 operator=(tuple&& __in)
utils/TableGen/GlobalISelEmitter.cpp 867 RuleMatcher &operator=(RuleMatcher &&Other) = default;