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/IR/ValueHandle.h
  188   WeakTrackingVH &operator=(const WeakTrackingVH &RHS) = default;
include/llvm/Support/JSON.h
  365   Value &operator=(Value &&M) {
lib/TextAPI/MachO/TextStubCommon.h
   26 LLVM_YAML_STRONG_TYPEDEF(llvm::StringRef, FlowStringRef)
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/Symbol/Function.h
  278   CallEdge &operator=(CallEdge &&) = default;
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) {
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;