Searched defs:SpecificBumpPtrAllocator (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DAllocator.h350 template <typename T> friend class SpecificBumpPtrAllocator;
362 template <typename T> class SpecificBumpPtrAllocator { class in namespace:llvm
366 SpecificBumpPtrAllocator() : Allocator() {} function in class:llvm::SpecificBumpPtrAllocator
367 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) function in class:llvm::SpecificBumpPtrAllocator
369 ~SpecificBumpPtrAllocator() { DestroyAll(); }
371 SpecificBumpPtrAllocator &operator=(SpecificBumpPtrAllocator &&RHS) {

Completed in 950 milliseconds