HomeSort by: relevance | last modified time | path
    Searched defs:getAllocator (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
AppendingTypeTableBuilder.h 52 BumpPtrAllocator &getAllocator() { return RecordStorage; }
MergingTypeTableBuilder.h 61 BumpPtrAllocator &getAllocator() { return RecordStorage; }
AppendingTypeTableBuilder.h 52 BumpPtrAllocator &getAllocator() { return RecordStorage; }
MergingTypeTableBuilder.h 61 BumpPtrAllocator &getAllocator() { return RecordStorage; }
GlobalTypeTableBuilder.h 65 BumpPtrAllocator &getAllocator() { return RecordStorage; }
GlobalTypeTableBuilder.h 65 BumpPtrAllocator &getAllocator() { return RecordStorage; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
MSFBuilder.h 118 BumpPtrAllocator &getAllocator() { return Allocator; }
MSFBuilder.h 118 BumpPtrAllocator &getAllocator() { return Allocator; }
MappedBlockStream.h 68 BumpPtrAllocator &getAllocator() { return Allocator; }
MappedBlockStream.h 68 BumpPtrAllocator &getAllocator() { return Allocator; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFile.h 110 BumpPtrAllocator &getAllocator() { return Allocator; }
PDBFile.h 110 BumpPtrAllocator &getAllocator() { return Allocator; }
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Support/
BumpVector.h 55 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); }
233 T *NewElts = C.getAllocator().template Allocate<T>(NewCapacity);
BumpVector.h 55 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); }
233 T *NewElts = C.getAllocator().template Allocate<T>(NewCapacity);
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Tree.h 50 llvm::BumpPtrAllocator &getAllocator() { return Allocator; }
Tree.h 50 llvm::BumpPtrAllocator &getAllocator() { return Allocator; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ImmutableList.h 160 BumpPtrAllocator& getAllocator() const {
172 if (ownsAllocator()) delete &getAllocator();
187 BumpPtrAllocator& A = getAllocator();
ScopedHashTable.h 178 AllocatorTy &getAllocator() { return Allocator; }
179 const AllocatorTy &getAllocator() const { return Allocator; }
257 ThisEntry->Destroy(HT.getAllocator());
StringMap.h 193 AllocatorTy &getAllocator() { return Allocator; }
194 const AllocatorTy &getAllocator() const { return Allocator; }
ImmutableList.h 160 BumpPtrAllocator& getAllocator() const {
172 if (ownsAllocator()) delete &getAllocator();
187 BumpPtrAllocator& A = getAllocator();
ScopedHashTable.h 178 AllocatorTy &getAllocator() { return Allocator; }
179 const AllocatorTy &getAllocator() const { return Allocator; }
257 ThisEntry->Destroy(HT.getAllocator());
StringMap.h 193 AllocatorTy &getAllocator() { return Allocator; }
194 const AllocatorTy &getAllocator() const { return Allocator; }
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 424 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); }
ProgramState.h 528 llvm::BumpPtrAllocator& getAllocator() { return Alloc; }
ExplodedGraph.h 424 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); }

Completed in 54 milliseconds

1 2