Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprCXX.cpp1576 CharUnits allocAlign = getContext().getTypeAlignInChars(allocType); in EmitCXXNewExpr() local
1593 allocation = allocation.withAlignment(allocAlign); in EmitCXXNewExpr()
1615 allocAlign = std::max(allocAlign, cookieAlign); in EmitCXXNewExpr()
1633 RValue::get(llvm::ConstantInt::get(SizeTy, allocAlign.getQuantity())), in EmitCXXNewExpr()
1654 CharUnits allocationAlign = allocAlign; in EmitCXXNewExpr()
1700 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocAlign, in EmitCXXNewExpr()