Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1576 QualType allocType = getContext().getBaseElementType(E->getAllocatedType()); in EmitCXXNewExpr() local
1605 CharUnits allocAlign = getContext().getTypeAlignInChars(allocType); in EmitCXXNewExpr()
1676 getDebugInfo()->addHeapAllocSiteMetadata(newCall, allocType, in EmitCXXNewExpr()
1687 Target.getNewAlign(), getContext().getTypeSize(allocType))); in EmitCXXNewExpr()
1700 (!allocType.isPODType(getContext()) || E->hasInitializer() || in EmitCXXNewExpr()
1741 E, allocType); in EmitCXXNewExpr()
1744 llvm::Type *elementTy = ConvertTypeForMem(allocType); in EmitCXXNewExpr()
1764 result.getPointer(), allocType, result.getAlignment(), in EmitCXXNewExpr()
1767 EmitNewInitializer(*this, E, allocType, elementTy, result, numElements, in EmitCXXNewExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1830 QualType allocType) { in doesUsualArrayDeleteWantSize() argument
1832 allocType->getBaseElementTypeUnsafe()->getAs<RecordType>(); in doesUsualArrayDeleteWantSize()
1857 /*WantAlign*/hasNewExtendedAlignment(S, allocType)); in doesUsualArrayDeleteWantSize()