Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1644 CharUnits allocationAlign = allocAlign; in EmitCXXNewExpr() local
1649 allocationAlign = std::max( in EmitCXXNewExpr()
1650 allocationAlign, getContext().toCharUnitsFromBits(AllocatorAlign)); in EmitCXXNewExpr()
1653 allocation = Address(RV.getScalarVal(), allocationAlign); in EmitCXXNewExpr()