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

Definitions

include/llvm/ADT/DenseMap.h
  743   DenseMap& operator=(DenseMap &&other) {
include/llvm/ADT/SmallVector.h
  889   const SmallVector &operator=(SmallVector &&RHS) {
include/llvm/ADT/StringMap.h
  305   StringMap &operator=(StringMap RHS) {
include/llvm/Object/Binary.h
  211 OwningBinary<T> &OwningBinary<T>::operator=(OwningBinary &&Other) {
include/llvm/Remarks/RemarkParser.h
   72   ParsedStringTable &operator=(ParsedStringTable &&) = default;
include/llvm/Remarks/RemarkStringTable.h
   49   StringTable &operator=(StringTable &&) = default;
include/llvm/Support/Error.h
  210   Error &operator=(Error &&Other) {
  509   Expected &operator=(Expected &&Other) {
include/llvm/Support/JSON.h
  365   Value &operator=(Value &&M) {
include/llvm/Support/Regex.h
   52     Regex &operator=(Regex regex) {
lib/Analysis/TargetTransformInfo.cpp
  143 TargetTransformInfo &TargetTransformInfo::operator=(TargetTransformInfo &&RHS) {
lib/Bitcode/Reader/MetadataLoader.cpp
 2124 MetadataLoader &MetadataLoader::operator=(MetadataLoader &&RHS) {
lib/Target/AMDGPU/SIMachineFunctionInfo.h
  137   SIArgument &operator=(const SIArgument &Other) {
tools/clang/include/clang/Frontend/PrecompiledPreamble.h
   87   PrecompiledPreamble &operator=(PrecompiledPreamble &&) = default;
tools/clang/lib/Frontend/PrecompiledPreamble.cpp
  576 operator=(TempPCHFile &&Other) {
tools/clang/tools/extra/clangd/ParsedAST.cpp
  411 ParsedAST &ParsedAST::operator=(ParsedAST &&Other) = default;
tools/clang/tools/extra/clangd/index/Ref.h
   78   RefSlab &operator=(RefSlab &&RHS) = default;
tools/clang/tools/extra/clangd/index/Relation.h
   53   RelationSlab &operator=(RelationSlab &&RHS) = default;
tools/lldb/include/lldb/Core/FileSpecList.h
   60   FileSpecList &operator=(FileSpecList &&rhs) = default;
tools/lldb/include/lldb/Utility/ConstString.h
  135   ConstString operator=(ConstString rhs) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  135 DWARFUnit::ScopedExtractDIEs &DWARFUnit::ScopedExtractDIEs::operator=(
tools/lldb/source/Utility/FileSpec.cpp
  178 const FileSpec &FileSpec::operator=(const FileSpec &rhs) {
unittests/ADT/OptionalTest.cpp
  249   MoveOnly &operator=(MoveOnly&& other) {
usr/include/c++/7.4.0/bits/basic_string.h
  722       operator=(basic_string&& __str)
usr/include/c++/7.4.0/bits/std_function.h
  498       operator=(function&& __x) noexcept
usr/include/c++/7.4.0/bits/stl_map.h
  315       operator=(map&&) = default;
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/tuple
  842       operator=(tuple&& __in)