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

Definitions

include/llvm/ADT/Optional.h
  234   Optional &operator=(Optional &&O) = default;
include/llvm/ADT/SmallVector.h
  889   const SmallVector &operator=(SmallVector &&RHS) {
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/Support/JSON.h
  365   Value &operator=(Value &&M) {
lib/TextAPI/MachO/TextStubCommon.h
   26 LLVM_YAML_STRONG_TYPEDEF(llvm::StringRef, FlowStringRef)
projects/openmp/libomptarget/src/device.h
  118   DeviceTy& operator=(const DeviceTy &d) {
tools/clang/include/clang/Tooling/Refactoring/AtomicChange.h
   51   AtomicChange &operator=(AtomicChange &&) = default;
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/lib/ReaderWriter/MachO/LayoutPass.h
   49     SortKey &operator=(SortKey &&key) {
tools/lldb/include/lldb/Core/ModuleSpec.h
   53   ModuleSpec &operator=(const ModuleSpec &rhs) {
tools/lldb/include/lldb/Symbol/Function.h
  278   CallEdge &operator=(CallEdge &&) = default;
tools/lldb/source/Core/IOHandler.cpp
 2010   TreeItem &operator=(const TreeItem &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/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/SmallVectorTest.cpp
   74   Constructable & operator=(Constructable && src) {
  826   MovedFrom &operator=(MovedFrom&& m) {
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
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;