Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp1578 CharUnits allocAlign = getContext().getPreferredTypeAlignInChars(allocType); in EmitCXXNewExpr() local
1595 allocation = Address(allocation.getPointer(), allocAlign); in EmitCXXNewExpr()
1617 allocAlign = std::max(allocAlign, cookieAlign); in EmitCXXNewExpr()
1635 RValue::get(llvm::ConstantInt::get(SizeTy, allocAlign.getQuantity())), in EmitCXXNewExpr()
1656 CharUnits allocationAlign = allocAlign; in EmitCXXNewExpr()
1702 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocAlign, in EmitCXXNewExpr()