/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 262 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 …]
|
D | CodeCompleteConsumer.cpp | 329 void *Mem = getAllocator().Allocate( in TakeString() 448 getAllocator(), in ProcessCodeCompleteResults() 467 getAllocator(), in ProcessCodeCompleteResults() 518 getAllocator(), CCTUInfo, in ProcessOverloadCandidates()
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableList.h | 151 BumpPtrAllocator& getAllocator() const { in getAllocator() function 163 if (ownsAllocator()) delete &getAllocator(); in ~ImmutableListFactory() 177 BumpPtrAllocator& A = getAllocator(); in concat()
|
D | ScopedHashTable.h | 171 AllocatorTy &getAllocator() { return Allocator; } in getAllocator() function 172 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator() function 250 ThisEntry->Destroy(HT.getAllocator()); in ~ScopedHashTableScope()
|
D | ImmutableSet.h | 381 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(); }
|
D | StringMap.h | 253 AllocatorTy &getAllocator() { return Allocator; } in getAllocator() function 254 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator() function
|
/external/clang/include/clang/Sema/ |
D | CodeCompleteConsumer.h | 525 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/ |
D | minmaxloc.cu | 98 GpuMat valBuf(pool.getAllocator()); in findMinMaxLoc() 99 GpuMat locBuf(pool.getAllocator()); in findMinMaxLoc()
|
D | norm.cu | 86 GpuMat_<double> buf(1, 1, pool.getAllocator()); in normDiffL2() 146 GpuMat_<double> buf(1, 1, pool.getAllocator()); in normL2Impl()
|
D | normalize.cu | 90 GpuMat_<I> minMaxVals(1, 2, pool.getAllocator()); in normalizeMinMax() 145 GpuMat_<I> normVal(1, 1, pool.getAllocator()); in normalizeNorm()
|
D | integral.cu | 69 GpuMat_<int> res(src.size(), pool.getAllocator()); in integral()
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 455 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/ |
D | RawCommentList.cpp | 208 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/ |
D | BumpVector.h | 54 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/ |
D | ExplodedGraph.cpp | 253 V = G.getAllocator().Allocate<ExplodedNodeVector>(); in addNode() 319 V = (NodeTy*) getAllocator().Allocate<NodeTy>(); in getNode()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExplodedGraph.h | 358 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } in getAllocator() function
|
/external/llvm/lib/Support/ |
D | YAMLParser.cpp | 1872 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/ |
D | test_stream.cpp | 137 h_dst.allocator = cv::cuda::HostMem::getAllocator(); in CUDA_TEST_P()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | private.cuda.hpp | 113 GpuMat::Allocator* getAllocator() const { return allocator_; } in getAllocator() function in cv::cuda::BufferPool
|
D | cuda.hpp | 358 static MatAllocator* getAllocator(AllocType alloc_type = PAGE_LOCKED);
|
/external/clang/tools/libclang/ |
D | CIndexCodeCompletion.cpp | 545 = 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/ |
D | SkImageDecoder.h | 147 SkBitmap::Allocator* getAllocator() const { return fAllocator; } in getAllocator() function
|
/external/opencv3/modules/core/src/ |
D | cuda_host_mem.cpp | 136 MatAllocator* cv::cuda::HostMem::getAllocator(AllocType alloc_type) in getAllocator() function in cv::cuda::HostMem
|
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 721 copyString(Filename, LookupFileCache.getAllocator()); in LookupFile() 1084 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory() 1085 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
|
/external/llvm/lib/IR/ |
D | Type.cpp | 450 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator()); in setName() 478 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator()); in setName()
|