Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/contrib/dev/acpica/components/utilities/
Duttrack.c409 UINT8 AllocType, in AcpiUtTrackAllocation()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprCXX.cpp722 QualType AllocType, llvm::Value *NewPtr) { in StoreAnyExprIntoOneUnit()
776 QualType AllocType = E->getAllocatedType(); in EmitNewArrayInitializer() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprCXX.cpp1072 QualType AllocType = TInfo->getType(); in ActOnCXXNew() local
1118 QualType AllocType, in BuildCXXNew()
1518 bool Sema::CheckAllocatedType(QualType AllocType, SourceLocation Loc, in CheckAllocatedType()
1577 bool UseGlobal, QualType AllocType, in FindAllocationFunctions()
DTreeTransform.h7646 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() local
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DMemoryBuiltins.cpp33 enum AllocType { enum