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

Definitions

include/llvm/Support/Allocator.h
  174   BumpPtrAllocatorImpl &operator=(BumpPtrAllocatorImpl &&RHS) {
tools/lldb/include/lldb/Utility/Environment.h
   25     Envp &operator=(Envp &&RHS) = default;
   37     llvm::BumpPtrAllocator Allocator;
   38     char **Data;