Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp1576 llvm::Value *allocSize = in EmitCXXNewExpr() local
1602 allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType()); in EmitCXXNewExpr()
1613 allocatorArgs.add(RValue::get(allocSize), sizeType); in EmitCXXNewExpr()
1616 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1703 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocAlign, in EmitCXXNewExpr()
1709 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr()
1711 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()