Searched refs:allocSize (Results 1 – 1 of 1) sorted by relevance
1576 llvm::Value *allocSize = in EmitCXXNewExpr() local1602 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()