Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramStateTrait.h22 class BumpPtrAllocator; variable
DBlockCounter.h20 class BumpPtrAllocator; variable
DProgramState.h31 class BumpPtrAllocator; variable
DSymbolManager.h29 class BumpPtrAllocator; variable
DMemRegion.h30 class BumpPtrAllocator; variable
/external/llvm/include/llvm/CodeGen/
DMachineSSAUpdater.h27 class BumpPtrAllocator; variable
/external/llvm/lib/Support/
DAllocator.cpp23 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.cpp443 void *(*CreateContext)(llvm::BumpPtrAllocator&), in FindGDMContext()