Home
last modified time | relevance | path

Searched refs:allocType (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp1235 QualType allocType = getContext().getBaseElementType(E->getAllocatedType()); in EmitCXXNewExpr() local
1286 (!allocType.isPODType(getContext()) || E->hasInitializer()); in EmitCXXNewExpr()
1327 E, allocType); in EmitCXXNewExpr()
1331 = ConvertTypeForMem(allocType)->getPointerTo(AS); in EmitCXXNewExpr()
1334 EmitNewInitializer(*this, E, allocType, result, numElements, in EmitCXXNewExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1003 QualType allocType) { in doesUsualArrayDeleteWantSize() argument
1005 allocType->getBaseElementTypeUnsafe()->getAs<RecordType>(); in doesUsualArrayDeleteWantSize()