Home
last modified time | relevance | path

Searched defs:Alloc (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/unittests/Support/
DAllocatorTest.cpp20 BumpPtrAllocator Alloc; in TEST() local
37 BumpPtrAllocator Alloc(4096, 4096); in TEST() local
49 BumpPtrAllocator Alloc(4096, 4096); in TEST() local
64 BumpPtrAllocator Alloc; in TEST() local
85 BumpPtrAllocator Alloc(4096, 4096); in TEST() local
137 BumpPtrAllocator Alloc(4096, 4096, SlabAlloc); in TEST() local
/external/clang/test/CodeGenCXX/
Dmangle-alias-template.cpp4 template<typename T> using Alloc = alloc<T>; typedef
Dnew.cpp152 struct Alloc{ struct
156 ~Alloc(); argument
Dmangle.cpp303 template<typename T, typename = Policy<P, true> > class Alloc class
309 template class Alloc<char>; variable
/external/clang/test/CXX/temp/temp.decls/temp.alias/
Dp2.cpp18 template<class T> struct Alloc {}; struct
/external/skia/src/core/
DSkRegionPriv.h33 static RunHead* Alloc(int count) in Alloc() function
DSkPictureFlat.cpp11 SkFlatData* SkFlatData::Alloc(SkChunkAlloc* heap, int32_t size, int index) { in Alloc() function in SkFlatData
DSkMetaData.cpp338 SkMetaData::Rec* SkMetaData::Rec::Alloc(size_t size) { in Alloc() function in SkMetaData::Rec
DSkBitmap.cpp48 static MipMap* Alloc(int levelCount, size_t pixelSize) { in Alloc() function
/external/clang/include/clang/Lex/
DPTHManager.h43 llvm::BumpPtrAllocator Alloc; variable
/external/clang/lib/StaticAnalyzer/Core/
DBlockCounter.cpp66 BlockCounter::Factory::Factory(llvm::BumpPtrAllocator& Alloc) { in Factory()
/external/llvm/include/llvm/ADT/
DImmutableIntervalMap.h97 ImutIntervalAVLFactory(BumpPtrAllocator &Alloc) in ImutIntervalAVLFactory()
214 Factory(BumpPtrAllocator& Alloc) : F(Alloc) {} in Factory()
DImmutableList.h160 ImmutableListFactory(BumpPtrAllocator& Alloc) in ImmutableListFactory()
DImmutableMap.h106 : F(Alloc), Canonicalize(canonicalize) {} in F() argument
DImmutableSet.h393 ImutAVLFactory(BumpPtrAllocator& Alloc) in ImutAVLFactory()
/external/skia/include/core/
DSkDescriptor.h30 static SkDescriptor* Alloc(size_t length) in Alloc() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h83 BasicValueFactory(ASTContext& ctx, llvm::BumpPtrAllocator& Alloc) in BasicValueFactory()
DGRState.h444 llvm::BumpPtrAllocator &Alloc; variable
/external/clang/include/clang/Analysis/Support/
DBumpVector.h33 llvm::PointerIntPair<llvm::BumpPtrAllocator*, 1> Alloc; variable
/external/llvm/lib/Target/X86/
DSSEDomainFix.cpp163 DomainValue *SSEDomainFixPass::Alloc(int domain) { in Alloc() function in SSEDomainFixPass
/external/clang/include/clang/Sema/
DAttributeList.h372 llvm::BumpPtrAllocator Alloc; variable
/external/clang/lib/Sema/
DSemaExprCXX.cpp1449 for (LookupResult::iterator Alloc = R.begin(), AllocEnd = R.end(); in FindAllocationOverload() local
1619 DeclContext::lookup_iterator Alloc, AllocEnd; in DeclareGlobalAllocationFunction() local
1660 FunctionDecl *Alloc = in DeclareGlobalAllocationFunction() local
/external/clang/lib/CodeGen/
DCGExpr.cpp63 llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertType(Ty), Name); in CreateIRTemp() local
72 llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertTypeForMem(Ty), Name); in CreateMemTemp() local
DCGDecl.cpp792 llvm::AllocaInst *Alloc = CreateTempAlloca(LTy); in EmitAutoVarAlloca() local
/external/clang/lib/Basic/
DSourceManager.cpp979 llvm::BumpPtrAllocator &Alloc, in ComputeLineNumbers()

12