Home
last modified time | relevance | path

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

12

/external/clang/lib/Sema/
DSemaCodeComplete.cpp262 CodeCompletionAllocator &getAllocator() const { return Allocator; } in getAllocator() function in __anonaebf90eb0111::ResultBuilder
1296 CodeCompletionBuilder Builder(Results.getAllocator(), in AddTypeSpecifierResults()
1412 CodeCompletionBuilder Builder(Results.getAllocator(), in AddTypedefResult()
1506 CodeCompletionAllocator &Allocator = Results.getAllocator(); in addThisCompletion()
1522 CodeCompletionAllocator &Allocator = Results.getAllocator(); in AddOrdinaryNameResults()
2101 Result.getAllocator())); in AddResultTypeChunk()
2315 CodeCompletionBuilder Opt(Result.getAllocator(), in AddFunctionParameterChunks()
2339 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()
2410 CodeCompletionBuilder Opt(Result.getAllocator(), in AddTemplateParameterChunks()
2429 Result.getAllocator().CopyString(PlaceholderStr)); in AddTemplateParameterChunks()
[all …]
DCodeCompleteConsumer.cpp329 void *Mem = getAllocator().Allocate( in TakeString()
448 getAllocator(), in ProcessCodeCompleteResults()
467 getAllocator(), in ProcessCodeCompleteResults()
518 getAllocator(), CCTUInfo, in ProcessOverloadCandidates()
/external/llvm/include/llvm/ADT/
DImmutableList.h151 BumpPtrAllocator& getAllocator() const { in getAllocator() function
163 if (ownsAllocator()) delete &getAllocator(); in ~ImmutableListFactory()
177 BumpPtrAllocator& A = getAllocator(); in concat()
DScopedHashTable.h171 AllocatorTy &getAllocator() { return Allocator; } in getAllocator() function
172 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator() function
250 ThisEntry->Destroy(HT.getAllocator()); in ~ScopedHashTableScope()
DImmutableSet.h381 BumpPtrAllocator& getAllocator() const { in getAllocator() function
397 if (ownsAllocator()) delete &getAllocator(); in ~ImutAVLFactory()
462 BumpPtrAllocator& A = getAllocator(); in createNode()
1030 BumpPtrAllocator& getAllocator() { return F.getAllocator(); }
DStringMap.h253 AllocatorTy &getAllocator() { return Allocator; } in getAllocator() function
254 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator() function
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h525 CodeCompletionAllocator &getAllocator() const { in getAllocator() function
577 CodeCompletionAllocator &getAllocator() const { return Allocator; }
937 virtual CodeCompletionAllocator &getAllocator() = 0;
967 CodeCompletionAllocator &getAllocator() override {
968 return CCTUInfo.getAllocator();
/external/opencv3/modules/cudaarithm/src/cuda/
Dminmaxloc.cu98 GpuMat valBuf(pool.getAllocator()); in findMinMaxLoc()
99 GpuMat locBuf(pool.getAllocator()); in findMinMaxLoc()
Dnorm.cu86 GpuMat_<double> buf(1, 1, pool.getAllocator()); in normDiffL2()
146 GpuMat_<double> buf(1, 1, pool.getAllocator()); in normL2Impl()
Dnormalize.cu90 GpuMat_<I> minMaxVals(1, 2, pool.getAllocator()); in normalizeMinMax()
145 GpuMat_<I> normVal(1, 1, pool.getAllocator()); in normalizeNorm()
Dintegral.cu69 GpuMat_<int> res(src.size(), pool.getAllocator()); in integral()
/external/clang/include/clang/Basic/
DIdentifierTable.h455 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
456 return HashTable.getAllocator(); in getAllocator()
475 void *Mem = getAllocator().Allocate<IdentifierInfo>(); in get()
506 void *Mem = getAllocator().Allocate<IdentifierInfo>(); in getOwn()
/external/clang/lib/AST/
DRawCommentList.cpp208 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(), in parse()
212 comments::Sema S(Context.getAllocator(), Context.getSourceManager(), in parse()
217 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(), in parse()
/external/clang/include/clang/Analysis/Support/
DBumpVector.h54 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } in getAllocator() function
228 T *NewElts = C.getAllocator().template Allocate<T>(NewCapacity); in grow()
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp253 V = G.getAllocator().Allocate<ExplodedNodeVector>(); in addNode()
319 V = (NodeTy*) getAllocator().Allocate<NodeTy>(); in getNode()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h358 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } in getAllocator() function
/external/llvm/lib/Support/
DYAMLParser.cpp1872 BumpPtrAllocator &Node::getAllocator() { in getAllocator() function in Node
2071 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2080 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2092 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2102 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2107 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2115 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2139 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()
/external/opencv3/modules/cudaarithm/test/
Dtest_stream.cpp137 h_dst.allocator = cv::cuda::HostMem::getAllocator(); in CUDA_TEST_P()
/external/opencv3/modules/core/include/opencv2/core/
Dprivate.cuda.hpp113 GpuMat::Allocator* getAllocator() const { return allocator_; } in getAllocator() function in cv::cuda::BufferPool
Dcuda.hpp358 static MatAllocator* getAllocator(AllocType alloc_type = PAGE_LOCKED);
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp545 = Results[I].CreateCodeCompletionString(S, Context, getAllocator(), in ProcessCodeCompleteResults()
621 = Candidates[I].CreateSignatureString(CurrentArg, S, getAllocator(), in ProcessOverloadCandidates()
632 CodeCompletionAllocator &getAllocator() override { in getAllocator() function in __anon4832e0d10211::CaptureCompletionResults
/external/skia/include/core/
DSkImageDecoder.h147 SkBitmap::Allocator* getAllocator() const { return fAllocator; } in getAllocator() function
/external/opencv3/modules/core/src/
Dcuda_host_mem.cpp136 MatAllocator* cv::cuda::HostMem::getAllocator(AllocType alloc_type) in getAllocator() function in cv::cuda::HostMem
/external/clang/lib/Lex/
DHeaderSearch.cpp721 copyString(Filename, LookupFileCache.getAllocator()); in LookupFile()
1084 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory()
1085 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
/external/llvm/lib/IR/
DType.cpp450 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator()); in setName()
478 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator()); in setName()

12