Searched refs:allocType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 1550 QualType allocType = getContext().getBaseElementType(E->getAllocatedType()); in EmitCXXNewExpr() local 1572 CharUnits allocAlign = getContext().getTypeAlignInChars(allocType); in EmitCXXNewExpr() 1648 Target.getNewAlign(), getContext().getTypeSize(allocType))); in EmitCXXNewExpr() 1661 (!allocType.isPODType(getContext()) || E->hasInitializer() || in EmitCXXNewExpr() 1702 E, allocType); in EmitCXXNewExpr() 1705 llvm::Type *elementTy = ConvertTypeForMem(allocType); in EmitCXXNewExpr() 1721 result.getPointer(), allocType); in EmitCXXNewExpr() 1723 EmitNewInitializer(*this, E, allocType, elementTy, result, numElements, in EmitCXXNewExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 1617 QualType allocType) { in doesUsualArrayDeleteWantSize() argument 1619 allocType->getBaseElementTypeUnsafe()->getAs<RecordType>(); in doesUsualArrayDeleteWantSize() 1644 /*WantAlign*/hasNewExtendedAlignment(S, allocType)); in doesUsualArrayDeleteWantSize()
|