Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1576 QualType allocType = getContext().getBaseElementType(E->getAllocatedType()); in EmitCXXNewExpr() local
1604 CharUnits allocAlign = getContext().getTypeAlignInChars(allocType); in EmitCXXNewExpr()
1675 getDebugInfo()->addHeapAllocSiteMetadata(newCall, allocType, in EmitCXXNewExpr()
1686 Target.getNewAlign(), getContext().getTypeSize(allocType))); in EmitCXXNewExpr()
1699 (!allocType.isPODType(getContext()) || E->hasInitializer() || in EmitCXXNewExpr()
1739 E, allocType); in EmitCXXNewExpr()
1742 llvm::Type *elementTy = ConvertTypeForMem(allocType); in EmitCXXNewExpr()
1762 result, allocType, result.getAlignment(), SkippedChecks, in EmitCXXNewExpr()
1765 EmitNewInitializer(*this, E, allocType, elementTy, result, numElements, in EmitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1876 QualType allocType) { in doesUsualArrayDeleteWantSize() argument
1878 allocType->getBaseElementTypeUnsafe()->getAs<RecordType>(); in doesUsualArrayDeleteWantSize()
1903 /*WantAlign*/hasNewExtendedAlignment(S, allocType)); in doesUsualArrayDeleteWantSize()