Searched refs:getAllocator (Results 1 - 25 of 34) sorted by relevance

12

/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/llvm/include/llvm/ADT/
H A DStringSet.h33 Create(KeyStart, KeyEnd, base::getAllocator(), '+'));
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 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
H A DStringMap.h257 AllocatorRefTy getAllocator() { return Allocator; } function in class:llvm::StringMap
258 AllocatorCRefTy getAllocator() const { return Allocator; } function in class:llvm::StringMap
/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...]
H A DCodeCompleteConsumer.cpp334 void *Mem = getAllocator().Allocate(
481 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(),
499 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(),
525 getAllocator(), CCTUInfo)) {
/external/clang/lib/AST/
H A DRawCommentList.cpp166 comments::Lexer L(Context.getAllocator(), Context.getCommentCommandTraits(),
169 comments::Sema S(Context.getAllocator(), Context.getSourceManager(),
173 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(),
/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h552 CodeCompletionAllocator &getAllocator() const {
605 CodeCompletionAllocator &getAllocator() const { return Allocator; }
964 virtual CodeCompletionAllocator &getAllocator() = 0;
995 virtual CodeCompletionAllocator &getAllocator() {
996 return CCTUInfo.getAllocator();
/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/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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h361 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } function in class:clang::ento::ExplodedGraph
H A DCoreEngine.h111 BCounterFactory(G->getAllocator()),
/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp216 V = G.getAllocator().Allocate<ExplodedNodeVector>();
282 V = (NodeTy*) getAllocator().Allocate<NodeTy>();
/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/llvm/unittests/ADT/
H A DStringMapTest.cpp219 testMap.getAllocator(), 1u));
/external/skia/include/images/
H A DSkImageDecoder.h146 SkBitmap::Allocator* getAllocator() const { return fAllocator; } function in class:SkImageDecoder
/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
H A DCXCursor.cpp1200 unit->getCodeCompletionTUInfo().getAllocator(),
1214 unit->getCodeCompletionTUInfo().getAllocator(),
/external/llvm/include/llvm/Support/
H A DYAMLParser.h129 BumpPtrAllocator &getAllocator();
/external/clang/lib/Basic/
H A DIdentifierTable.cpp282 HashTable.getAllocator().PrintStats();
/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/VMCore/
H A DType.cpp479 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator());
510 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator());
/external/clang/lib/Lex/
H A DHeaderSearch.cpp800 + LookupFileCache.getAllocator().getTotalMemory()
801 + FrameworkMap.getAllocator().getTotalMemory();

Completed in 558 milliseconds

12