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

References

include/llvm/Support/Allocator.h
  143           BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> {
  439 typedef BumpPtrAllocatorImpl<> BumpPtrAllocator;
  503                    llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize,
lib/Target/Hexagon/RDFGraph.h
  408     using AllocatorTy = BumpPtrAllocatorImpl<MallocAllocator, 65536>;
tools/clang/lib/AST/Interp/Program.h
  147   using PoolAllocTy = llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator>;
unittests/Support/AllocatorTest.cpp
  174   BumpPtrAllocatorImpl<MockSlabAllocator> Alloc;