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

12

/external/chromium_org/third_party/angle_dx11/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/lib/Sema/
H A DSemaCodeComplete.cpp262 CodeCompletionAllocator &getAllocator() const { return Allocator; } function in class:__anon15356::ResultBuilder
1297 CodeCompletionBuilder Builder(Results.getAllocator(),
1408 CodeCompletionBuilder Builder(Results.getAllocator(),
1502 CodeCompletionAllocator &Allocator = Results.getAllocator();
1518 CodeCompletionAllocator &Allocator = Results.getAllocator();
2087 Result.getAllocator()));
2266 CodeCompletionBuilder Opt(Result.getAllocator(),
2291 Result.getAllocator().CopyString(PlaceholderStr));
2358 CodeCompletionBuilder Opt(Result.getAllocator(),
2377 Result.getAllocator()
[all...]
H A DCodeCompleteConsumer.cpp333 void *Mem = getAllocator().Allocate(
451 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(),
469 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(),
495 getAllocator(), CCTUInfo)) {
/external/clang/lib/AST/
H A DRawCommentList.cpp171 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(),
175 comments::Sema S(Context.getAllocator(), Context.getSourceManager(),
180 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(),
/external/llvm/include/llvm/ADT/
H A DImmutableList.h151 BumpPtrAllocator& getAllocator() const { function in class:llvm::ImmutableListFactory
163 if (ownsAllocator()) delete &getAllocator();
177 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.h381 BumpPtrAllocator& getAllocator() const { function in class:llvm::ImutAVLFactory
397 if (ownsAllocator()) delete &getAllocator();
464 BumpPtrAllocator& A = getAllocator();
1003 BumpPtrAllocator& getAllocator() { return F.getAllocator(); } function in class:llvm::ImmutableSet::Factory
H A DStringMap.h267 AllocatorRefTy getAllocator() { return Allocator; } function in class:llvm::StringMap
268 AllocatorCRefTy getAllocator() const { return Allocator; } function in class:llvm::StringMap
/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h537 CodeCompletionAllocator &getAllocator() const {
589 CodeCompletionAllocator &getAllocator() const { return Allocator; }
947 virtual CodeCompletionAllocator &getAllocator() = 0;
978 virtual CodeCompletionAllocator &getAllocator() {
979 return CCTUInfo.getAllocator();
/external/clang/include/clang/Basic/
H A DIdentifierTable.h443 llvm::BumpPtrAllocator& getAllocator() { function in class:clang::IdentifierTable
444 return HashTable.getAllocator();
467 void *Mem = getAllocator().Allocate<IdentifierInfo>();
499 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.h360 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } function in class:clang::ento::ExplodedGraph
H A DCoreEngine.h115 BCounterFactory(G->getAllocator()),
/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp248 V = G.getAllocator().Allocate<ExplodedNodeVector>();
314 V = (NodeTy*) getAllocator().Allocate<NodeTy>();
/external/llvm/lib/Support/
H A DYAMLParser.cpp1611 BumpPtrAllocator &Node::getAllocator() { function in class:Node
1810 return Key = new (getAllocator()) NullNode(Doc);
1819 return Key = new (getAllocator()) NullNode(Doc);
1831 return Value = new (getAllocator()) NullNode(Doc);
1841 return Value = new (getAllocator()) NullNode(Doc);
1846 return Value = new (getAllocator()) NullNode(Doc);
1854 return Value = new (getAllocator()) NullNode(Doc);
1878 CurrentEntry = new (getAllocator()) KeyValueNode(Doc);
/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h216 SkBitmap::Allocator* getAllocator() const { return fAllocator; } function in class:SkImageDecoder
/external/llvm/unittests/ADT/
H A DStringMapTest.cpp219 testMap.getAllocator(), 1u));
/external/skia/include/core/
H A DSkImageDecoder.h233 SkBitmap::Allocator* getAllocator() const { return fAllocator; } function in class:SkImageDecoder
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp549 = Results[I].CreateCodeCompletionString(S, getAllocator(),
625 = Candidates[I].CreateSignatureString(CurrentArg, S, getAllocator(),
635 virtual CodeCompletionAllocator &getAllocator() { function in class:__anon16650::CaptureCompletionResults
H A DCXCursor.cpp1081 unit->getCodeCompletionTUInfo().getAllocator(),
1095 unit->getCodeCompletionTUInfo().getAllocator(),
/external/clang/lib/Basic/
H A DIdentifierTable.cpp281 HashTable.getAllocator().PrintStats();
/external/llvm/include/llvm/Support/
H A DYAMLParser.h132 BumpPtrAllocator &getAllocator();
/external/clang/include/clang/Analysis/
H A DCFG.h819 llvm::BumpPtrAllocator& getAllocator() { function in class:clang::CFGBlock::CFG
820 return BlkBVC.getAllocator();
/external/clang/lib/Lex/
H A DHeaderSearch.cpp924 + LookupFileCache.getAllocator().getTotalMemory()
925 + FrameworkMap.getAllocator().getTotalMemory();
/external/llvm/lib/IR/
H A DType.cpp456 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator());
487 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator());

Completed in 436 milliseconds

12