Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1604 CharUnits allocAlign = getContext().getTypeAlignInChars(allocType); in EmitCXXNewExpr() local
1621 allocation.setAlignment(allocAlign); in EmitCXXNewExpr()
1643 allocAlign = std::max(allocAlign, cookieAlign); in EmitCXXNewExpr()
1661 RValue::get(llvm::ConstantInt::get(SizeTy, allocAlign.getQuantity())), in EmitCXXNewExpr()
1682 CharUnits allocationAlign = allocAlign; in EmitCXXNewExpr()
1727 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocAlign, in EmitCXXNewExpr()