Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1605 CharUnits allocAlign = getContext().getTypeAlignInChars(allocType); in EmitCXXNewExpr() local
1622 allocation = allocation.withAlignment(allocAlign); in EmitCXXNewExpr()
1644 allocAlign = std::max(allocAlign, cookieAlign); in EmitCXXNewExpr()
1662 RValue::get(llvm::ConstantInt::get(SizeTy, allocAlign.getQuantity())), in EmitCXXNewExpr()
1683 CharUnits allocationAlign = allocAlign; in EmitCXXNewExpr()
1729 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocAlign, in EmitCXXNewExpr()