/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | PoolAlloc.h | 261 pool_allocator(const pool_allocator<Other>& p) : allocator(p.getAllocator()) { } in pool_allocator() 268 return getAllocator().allocate(n); in allocate() 271 return getAllocator().allocate(n); in allocate() 276 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T))); in allocate() 279 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T))); in allocate() 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() const { return allocator; } in getAllocator() function
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 257 CodeCompletionAllocator &getAllocator() const { return Allocator; } in getAllocator() function in __anonae4a046f0411::ResultBuilder 1240 CodeCompletionBuilder Builder(Results.getAllocator(), in AddTypeSpecifierResults() 1351 CodeCompletionBuilder Builder(Results.getAllocator(), in AddTypedefResult() 1444 CodeCompletionAllocator &Allocator = Results.getAllocator(); in addThisCompletion() 1460 CodeCompletionAllocator &Allocator = Results.getAllocator(); in AddOrdinaryNameResults() 2015 Result.getAllocator())); in AddResultTypeChunk() 2194 CodeCompletionBuilder Opt(Result.getAllocator(), in AddFunctionParameterChunks() 2219 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks() 2286 CodeCompletionBuilder Opt(Result.getAllocator(), in AddTemplateParameterChunks() 2305 Result.getAllocator().CopyString(PlaceholderStr)); in AddTemplateParameterChunks() [all …]
|
D | CodeCompleteConsumer.cpp | 333 void *Mem = getAllocator().Allocate( in TakeString() 476 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(), in ProcessCodeCompleteResults() 491 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(), in ProcessCodeCompleteResults() 516 getAllocator(), CCTUInfo)) { in ProcessOverloadCandidates()
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableList.h | 152 BumpPtrAllocator& getAllocator() const { in getAllocator() function 164 if (ownsAllocator()) delete &getAllocator(); in ~ImmutableListFactory() 178 BumpPtrAllocator& A = getAllocator(); in concat()
|
D | ScopedHashTable.h | 172 AllocatorRefTy getAllocator() { return Allocator; } in getAllocator() function 173 AllocatorCRefTy getAllocator() const { return Allocator; } in getAllocator() function 250 ThisEntry->Destroy(HT.getAllocator()); in ~ScopedHashTableScope()
|
D | StringSet.h | 33 Create(KeyStart, KeyEnd, base::getAllocator(), '+')); in insert()
|
D | ImmutableSet.h | 382 BumpPtrAllocator& getAllocator() const { in getAllocator() function 398 if (ownsAllocator()) delete &getAllocator(); in ~ImutAVLFactory() 465 BumpPtrAllocator& A = getAllocator(); in createNode() 1004 BumpPtrAllocator& getAllocator() { return F.getAllocator(); }
|
D | StringMap.h | 257 AllocatorRefTy getAllocator() { return Allocator; } in getAllocator() function 258 AllocatorCRefTy getAllocator() const { return Allocator; } in getAllocator() function
|
/external/clang/include/clang/Sema/ |
D | CodeCompleteConsumer.h | 542 CodeCompletionAllocator &getAllocator() const { in getAllocator() function 594 CodeCompletionAllocator &getAllocator() const { return Allocator; } 950 virtual CodeCompletionAllocator &getAllocator() = 0; 983 virtual CodeCompletionAllocator &getAllocator() { 984 return CCTUInfo.getAllocator();
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 431 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function 432 return HashTable.getAllocator(); in getAllocator() 455 void *Mem = getAllocator().Allocate<IdentifierInfo>(); in get() 487 void *Mem = getAllocator().Allocate<IdentifierInfo>(); in getOwn()
|
/external/clang/include/clang/Analysis/Support/ |
D | BumpVector.h | 49 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } in getAllocator() function 223 T *NewElts = C.getAllocator().template Allocate<T>(NewCapacity); in grow()
|
/external/llvm/lib/Support/ |
D | YAMLParser.cpp | 1583 BumpPtrAllocator &Node::getAllocator() { in getAllocator() function in Node 1778 return Key = new (getAllocator()) NullNode(Doc); in getKey() 1787 return Key = new (getAllocator()) NullNode(Doc); in getKey() 1799 return Value = new (getAllocator()) NullNode(Doc); in getValue() 1809 return Value = new (getAllocator()) NullNode(Doc); in getValue() 1814 return Value = new (getAllocator()) NullNode(Doc); in getValue() 1822 return Value = new (getAllocator()) NullNode(Doc); in getValue() 1846 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExplodedGraph.cpp | 182 G.getAllocator().Allocate<BumpVector<ExplodedNode*> >(); in addNode() 254 V = (NodeTy*) getAllocator().Allocate<NodeTy>(); in getNode()
|
D | BasicConstraintManager.cpp | 57 ISetFactory(statemgr.getAllocator()) {} in BasicConstraintManager()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExplodedGraph.h | 353 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } in getAllocator() function
|
D | CoreEngine.h | 116 BCounterFactory(G->getAllocator()), in CoreEngine()
|
/external/clang/tools/libclang/ |
D | CIndexCodeCompletion.cpp | 526 = Results[I].CreateCodeCompletionString(S, getAllocator(), in ProcessCodeCompleteResults() 614 = Candidates[I].CreateSignatureString(CurrentArg, S, getAllocator(), in ProcessOverloadCandidates() 624 virtual CodeCompletionAllocator &getAllocator() { in getAllocator() function in __anon257689550111::CaptureCompletionResults
|
D | CXCursor.cpp | 1136 unit->getCodeCompletionTUInfo().getAllocator(), in clang_getCursorCompletionString() 1149 unit->getCodeCompletionTUInfo().getAllocator(), in clang_getCursorCompletionString()
|
/external/llvm/unittests/ADT/ |
D | StringMapTest.cpp | 203 testMap.getAllocator(), 1u)); in TEST_F()
|
/external/skia/include/images/ |
D | SkImageDecoder.h | 146 SkBitmap::Allocator* getAllocator() const { return fAllocator; } in getAllocator() function
|
/external/llvm/include/llvm/Support/ |
D | YAMLParser.h | 129 BumpPtrAllocator &getAllocator();
|
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 785 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory() 786 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
|
/external/clang/include/clang/Analysis/ |
D | CFG.h | 771 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function 772 return BlkBVC.getAllocator(); in getAllocator()
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 275 HashTable.getAllocator().PrintStats(); in PrintStats()
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 2082 virtual CodeCompletionAllocator &getAllocator() { in getAllocator() function in __anona2981c970411::AugmentedCodeCompleteConsumer 2083 return Next.getAllocator(); in getAllocator() 2246 CodeCompletionBuilder Builder(getAllocator(), getCodeCompletionTUInfo(), in ProcessCodeCompleteResults()
|