Home
last modified time | relevance | path

Searched defs:BumpPtrAllocator (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/Support/
DRecycler.h25 class BumpPtrAllocator; variable
DArrayRecycler.h23 class BumpPtrAllocator; variable
114 void clear(BumpPtrAllocator&) { in clear() argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBlockCounter.h20 class BumpPtrAllocator; variable
DProgramStateTrait.h24 class BumpPtrAllocator; variable
DProgramState.h31 class BumpPtrAllocator; variable
DSymbolManager.h29 class BumpPtrAllocator; variable
DMemRegion.h30 class BumpPtrAllocator; variable
/external/llvm/include/llvm/CodeGen/
DMachineSSAUpdater.h29 class BumpPtrAllocator; variable
/external/llvm/lib/Support/
DAllocator.cpp24 BumpPtrAllocator::BumpPtrAllocator(size_t size, size_t threshold, in BumpPtrAllocator() function in llvm::BumpPtrAllocator
/external/llvm/include/llvm/ADT/
DFoldingSet.h26 class BumpPtrAllocator; variable
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp445 void *(*CreateContext)(llvm::BumpPtrAllocator&), in FindGDMContext()