Home
last modified time | relevance | path

Searched refs:getAllocator (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DPoolAlloc.h261 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/
DSemaCodeComplete.cpp257 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 …]
DCodeCompleteConsumer.cpp333 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/
DImmutableList.h152 BumpPtrAllocator& getAllocator() const { in getAllocator() function
164 if (ownsAllocator()) delete &getAllocator(); in ~ImmutableListFactory()
178 BumpPtrAllocator& A = getAllocator(); in concat()
DScopedHashTable.h172 AllocatorRefTy getAllocator() { return Allocator; } in getAllocator() function
173 AllocatorCRefTy getAllocator() const { return Allocator; } in getAllocator() function
250 ThisEntry->Destroy(HT.getAllocator()); in ~ScopedHashTableScope()
DStringSet.h33 Create(KeyStart, KeyEnd, base::getAllocator(), '+')); in insert()
DImmutableSet.h382 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(); }
DStringMap.h257 AllocatorRefTy getAllocator() { return Allocator; } in getAllocator() function
258 AllocatorCRefTy getAllocator() const { return Allocator; } in getAllocator() function
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h542 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/
DIdentifierTable.h431 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/
DBumpVector.h49 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } in getAllocator() function
223 T *NewElts = C.getAllocator().template Allocate<T>(NewCapacity); in grow()
/external/llvm/lib/Support/
DYAMLParser.cpp1583 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/
DExplodedGraph.cpp182 G.getAllocator().Allocate<BumpVector<ExplodedNode*> >(); in addNode()
254 V = (NodeTy*) getAllocator().Allocate<NodeTy>(); in getNode()
DBasicConstraintManager.cpp57 ISetFactory(statemgr.getAllocator()) {} in BasicConstraintManager()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h353 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } in getAllocator() function
DCoreEngine.h116 BCounterFactory(G->getAllocator()), in CoreEngine()
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp526 = 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
DCXCursor.cpp1136 unit->getCodeCompletionTUInfo().getAllocator(), in clang_getCursorCompletionString()
1149 unit->getCodeCompletionTUInfo().getAllocator(), in clang_getCursorCompletionString()
/external/llvm/unittests/ADT/
DStringMapTest.cpp203 testMap.getAllocator(), 1u)); in TEST_F()
/external/skia/include/images/
DSkImageDecoder.h146 SkBitmap::Allocator* getAllocator() const { return fAllocator; } in getAllocator() function
/external/llvm/include/llvm/Support/
DYAMLParser.h129 BumpPtrAllocator &getAllocator();
/external/clang/lib/Lex/
DHeaderSearch.cpp785 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory()
786 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
/external/clang/include/clang/Analysis/
DCFG.h771 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
772 return BlkBVC.getAllocator(); in getAllocator()
/external/clang/lib/Basic/
DIdentifierTable.cpp275 HashTable.getAllocator().PrintStats(); in PrintStats()
/external/clang/lib/Frontend/
DASTUnit.cpp2082 virtual CodeCompletionAllocator &getAllocator() { in getAllocator() function in __anona2981c970411::AugmentedCodeCompleteConsumer
2083 return Next.getAllocator(); in getAllocator()
2246 CodeCompletionBuilder Builder(getAllocator(), getCodeCompletionTUInfo(), in ProcessCodeCompleteResults()

12