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

Declarations

include/llvm/ADT/SmallVector.h
  651   SmallVectorImpl &operator=(SmallVectorImpl &&RHS);

References

include/llvm/ADT/SmallVector.h
  881       SmallVectorImpl<T>::operator=(::std::move(RHS));
  886       SmallVectorImpl<T>::operator=(::std::move(RHS));
  890     SmallVectorImpl<T>::operator=(::std::move(RHS));
  895     SmallVectorImpl<T>::operator=(::std::move(RHS));
lib/CodeGen/TailDuplicator.cpp
  252     *DuplicatedPreds = std::move(TDBBs);
lib/Transforms/Vectorize/SLPVectorizer.cpp
 3550   Left = Ops.getVL(0);
 3551   Right = Ops.getVL(1);
tools/clang/lib/Driver/Driver.cpp
  746       FilePath = std::move(WPath);
tools/clang/lib/Frontend/PrecompiledPreamble.cpp
  186     getPCH() = std::move(Empty);
tools/lld/COFF/PDB.cpp
  283   fileName = std::move(absoluteFileName);
tools/lld/ELF/DriverUtils.cpp
  110   args = std::move(v);