Home
last modified time | relevance | path

Searched defs:getAllocator (Results 1 – 19 of 19) sorted by relevance

/external/llvm/include/llvm/ADT/
DScopedHashTable.h171 AllocatorTy &getAllocator() { return Allocator; } in getAllocator() function
172 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator() function
DStringMap.h253 AllocatorTy &getAllocator() { return Allocator; } in getAllocator() function
254 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator() function
DImmutableList.h151 BumpPtrAllocator& getAllocator() const { in getAllocator() function
DImmutableSet.h381 BumpPtrAllocator& getAllocator() const { 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/opencv3/modules/core/include/opencv2/core/
Dprivate.cuda.hpp113 GpuMat::Allocator* getAllocator() const { return allocator_; } in getAllocator() function in cv::cuda::BufferPool
/external/clang/include/clang/Analysis/Support/
DBumpVector.h54 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } in getAllocator() function
/external/skia/include/core/
DSkImageDecoder.h147 SkBitmap::Allocator* getAllocator() const { return fAllocator; } in getAllocator() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h358 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } in getAllocator() function
DProgramState.h505 llvm::BumpPtrAllocator& getAllocator() { return Alloc; } in getAllocator() function
DMemRegion.h1152 llvm::BumpPtrAllocator &getAllocator() { return A; } in getAllocator() function
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h525 CodeCompletionAllocator &getAllocator() const { in getAllocator() function
/external/clang/include/clang/Basic/
DIdentifierTable.h455 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp632 CodeCompletionAllocator &getAllocator() override { in getAllocator() function in __anon11b7ca9d0211::CaptureCompletionResults
/external/clang/include/clang/Analysis/
DCFG.h954 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
/external/llvm/lib/Support/
DYAMLParser.cpp1872 BumpPtrAllocator &Node::getAllocator() { in getAllocator() function in Node
/external/clang/include/clang/AST/
DASTContext.h554 llvm::BumpPtrAllocator &getAllocator() const { in getAllocator() function
/external/clang/lib/Frontend/
DASTUnit.cpp2124 CodeCompletionAllocator &getAllocator() override { in getAllocator() function in __anon8545f6df0411::AugmentedCodeCompleteConsumer
/external/clang/lib/Sema/
DSemaCodeComplete.cpp262 CodeCompletionAllocator &getAllocator() const { return Allocator; } in getAllocator() function in __anon71a38bb70111::ResultBuilder