Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXExpr.cpp330 CharUnits allocationAlign = allocAlign; in emitCXXNewExpr() local
336 allocationAlign = std::max( in emitCXXNewExpr()
337 allocationAlign, getContext().toCharUnitsFromBits(allocatorAlign)); in emitCXXNewExpr()
343 allocationAlign); in emitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1721 CharUnits allocationAlign = allocAlign; in EmitCXXNewExpr() local
1726 allocationAlign = std::max( in EmitCXXNewExpr()
1727 allocationAlign, getContext().toCharUnitsFromBits(AllocatorAlign)); in EmitCXXNewExpr()
1730 allocation = Address(RV.getScalarVal(), Int8Ty, allocationAlign); in EmitCXXNewExpr()