Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1559 QualType allocType = getContext().getBaseElementType(E->getAllocatedType()); in EmitCXXNewExpr() local
1581 CharUnits allocAlign = getContext().getPreferredTypeAlignInChars(allocType); in EmitCXXNewExpr()
1652 getDebugInfo()->addHeapAllocSiteMetadata(newCall, allocType, in EmitCXXNewExpr()
1663 Target.getNewAlign(), getContext().getTypeSize(allocType))); in EmitCXXNewExpr()
1676 (!allocType.isPODType(getContext()) || E->hasInitializer() || in EmitCXXNewExpr()
1717 E, allocType); in EmitCXXNewExpr()
1720 llvm::Type *elementTy = ConvertTypeForMem(allocType); in EmitCXXNewExpr()
1741 result.getPointer(), allocType, result.getAlignment(), in EmitCXXNewExpr()
1744 EmitNewInitializer(*this, E, allocType, elementTy, result, numElements, in EmitCXXNewExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1740 QualType allocType) { in doesUsualArrayDeleteWantSize() argument
1742 allocType->getBaseElementTypeUnsafe()->getAs<RecordType>(); in doesUsualArrayDeleteWantSize()
1767 /*WantAlign*/hasNewExtendedAlignment(S, allocType)); in doesUsualArrayDeleteWantSize()