Home
last modified time | relevance | path

Searched defs:AllocType (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_allocator.h25 enum AllocType { enum
/external/clang/lib/CodeGen/
DCGExprCXX.cpp724 QualType AllocType, llvm::Value *NewPtr) { in StoreAnyExprIntoOneUnit()
778 QualType AllocType = E->getAllocatedType(); in EmitNewArrayInitializer() local
/external/clang/lib/Sema/
DSemaExprCXX.cpp1111 QualType AllocType = TInfo->getType(); in ActOnCXXNew() local
1157 QualType AllocType, in BuildCXXNew()
1559 bool Sema::CheckAllocatedType(QualType AllocType, SourceLocation Loc, in CheckAllocatedType()
1618 bool UseGlobal, QualType AllocType, in FindAllocationFunctions()
DTreeTransform.h8013 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() local
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp34 enum AllocType { enum