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

/external/clang/include/clang/Analysis/Support/
H A DBumpVector.h49 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } function in class:clang::BumpVectorContext
223 T *NewElts = C.getAllocator().template Allocate<T>(NewCapacity);
/external/llvm/include/llvm/ADT/
H A DImmutableList.h152 BumpPtrAllocator& getAllocator() const { function in class:llvm::ImmutableListFactory
164 if (ownsAllocator()) delete &getAllocator();
178 BumpPtrAllocator& A = getAllocator();
H A DScopedHashTable.h172 AllocatorRefTy getAllocator() { return Allocator; } function in class:llvm::ScopedHashTable
173 AllocatorCRefTy getAllocator() const { return Allocator; } function in class:llvm::ScopedHashTable
250 ThisEntry->Destroy(HT.getAllocator());
H A DStringMap.h257 AllocatorRefTy getAllocator() { return Allocator; } function in class:llvm::StringMap
258 AllocatorCRefTy getAllocator() const { return Allocator; } function in class:llvm::StringMap
H A DImmutableSet.h382 BumpPtrAllocator& getAllocator() const { function in class:llvm::ImutAVLFactory
398 if (ownsAllocator()) delete &getAllocator();
465 BumpPtrAllocator& A = getAllocator();
1004 BumpPtrAllocator& getAllocator() { return F.getAllocator(); } function in class:llvm::ImmutableSet::Factory
/external/skia/include/images/
H A DSkImageDecoder.h146 SkBitmap::Allocator* getAllocator() const { return fAllocator; } function in class:SkImageDecoder
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DPoolAlloc.h261 pool_allocator(const pool_allocator<Other>& p) : allocator(p.getAllocator()) { }
268 return getAllocator().allocate(n);
271 return getAllocator().allocate(n);
276 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T)));
279 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T)));
287 bool operator==(const pool_allocator& rhs) const { return &getAllocator() == &rhs.getAllocator(); }
288 bool operator!=(const pool_allocator& rhs) const { return &getAllocator() != &rhs.getAllocator(); }
294 TPoolAllocator& getAllocator() cons function in class:pool_allocator
[all...]
/external/clang/include/clang/Basic/
H A DIdentifierTable.h434 llvm::BumpPtrAllocator& getAllocator() { function in class:clang::IdentifierTable
435 return HashTable.getAllocator();
458 void *Mem = getAllocator().Allocate<IdentifierInfo>();
490 void *Mem = getAllocator().Allocate<IdentifierInfo>();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h361 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } function in class:clang::ento::ExplodedGraph
H A DProgramState.h477 llvm::BumpPtrAllocator& getAllocator() { return Alloc; } function in class:clang::ento::ProgramStateManager
H A DMemRegion.h1111 llvm::BumpPtrAllocator &getAllocator() { return A; } function in class:clang::ento::MemRegionManager
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp538 = Results[I].CreateCodeCompletionString(S, getAllocator(),
627 = Candidates[I].CreateSignatureString(CurrentArg, S, getAllocator(),
637 virtual CodeCompletionAllocator &getAllocator() { function in class:__anon4837::CaptureCompletionResults
/external/clang/include/clang/Analysis/
H A DCFG.h773 llvm::BumpPtrAllocator& getAllocator() { function in class:clang::CFGBlock::CFG
774 return BlkBVC.getAllocator();
/external/llvm/lib/Support/
H A DYAMLParser.cpp1585 BumpPtrAllocator &Node::getAllocator() { function in class:Node
1784 return Key = new (getAllocator()) NullNode(Doc);
1793 return Key = new (getAllocator()) NullNode(Doc);
1805 return Value = new (getAllocator()) NullNode(Doc);
1815 return Value = new (getAllocator()) NullNode(Doc);
1820 return Value = new (getAllocator()) NullNode(Doc);
1828 return Value = new (getAllocator()) NullNode(Doc);
1852 CurrentEntry = new (getAllocator()) KeyValueNode(Doc);
/external/clang/include/clang/AST/
H A DASTContext.h405 llvm::BumpPtrAllocator &getAllocator() const { function in class:clang::ASTContext
/external/clang/lib/Frontend/
H A DASTUnit.cpp2108 virtual CodeCompletionAllocator &getAllocator() { function in class:__anon97::AugmentedCodeCompleteConsumer
2109 return Next.getAllocator();
2272 CodeCompletionBuilder Builder(getAllocator(), getCodeCompletionTUInfo(),
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp257 CodeCompletionAllocator &getAllocator() const { return Allocator; } function in class:__anon183::ResultBuilder
1242 CodeCompletionBuilder Builder(Results.getAllocator(),
1353 CodeCompletionBuilder Builder(Results.getAllocator(),
1447 CodeCompletionAllocator &Allocator = Results.getAllocator();
1463 CodeCompletionAllocator &Allocator = Results.getAllocator();
2031 Result.getAllocator()));
2210 CodeCompletionBuilder Opt(Result.getAllocator(),
2235 Result.getAllocator().CopyString(PlaceholderStr));
2302 CodeCompletionBuilder Opt(Result.getAllocator(),
2321 Result.getAllocator()
[all...]

Completed in 947 milliseconds