Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1572 CharUnits allocAlign = getContext().getTypeAlignInChars(allocType); in EmitCXXNewExpr() local
1589 allocation = Address(allocation.getPointer(), allocAlign); in EmitCXXNewExpr()
1611 allocAlign = std::max(allocAlign, cookieAlign); in EmitCXXNewExpr()
1629 RValue::get(llvm::ConstantInt::get(SizeTy, allocAlign.getQuantity())), in EmitCXXNewExpr()
1644 CharUnits allocationAlign = allocAlign; in EmitCXXNewExpr()
1690 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocAlign, in EmitCXXNewExpr()