Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1682 CharUnits allocationAlign = allocAlign; in EmitCXXNewExpr() local
1687 allocationAlign = std::max( in EmitCXXNewExpr()
1688 allocationAlign, getContext().toCharUnitsFromBits(AllocatorAlign)); in EmitCXXNewExpr()
1691 allocation = Address(RV.getScalarVal(), Int8Ty, allocationAlign); in EmitCXXNewExpr()