Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp1656 CharUnits allocationAlign = allocAlign; in EmitCXXNewExpr() local
1661 allocationAlign = std::max( in EmitCXXNewExpr()
1662 allocationAlign, getContext().toCharUnitsFromBits(AllocatorAlign)); in EmitCXXNewExpr()
1665 allocation = Address(RV.getScalarVal(), allocationAlign); in EmitCXXNewExpr()