reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
150 getAlloc() = std::move(X.getAlloc());
include/llvm/Analysis/LoopInfo.h 878 LoopAllocator = std::move(RHS.LoopAllocator);
include/llvm/Support/Allocator.h 460 Allocator = std::move(RHS.Allocator);
tools/clang/tools/extra/clangd/index/Ref.h 78 RefSlab &operator=(RefSlab &&RHS) = default;
tools/lldb/include/lldb/Utility/Environment.h 25 Envp &operator=(Envp &&RHS) = default;
unittests/Support/AllocatorTest.cpp 43 Alloc = std::move(Alloc2);
usr/include/c++/7.4.0/bits/move.h199 __a = _GLIBCXX_MOVE(__b); 200 __b = _GLIBCXX_MOVE(__tmp);