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

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

Completed in 1721 milliseconds