Searched refs:allocatorArgs (Results 1 – 1 of 1) sorted by relevance
1577 CallArgList allocatorArgs; in EmitCXXNewExpr() local1595 allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType()); in EmitCXXNewExpr()1596 allocatorArgs.add(RValue::get(allocation.getPointer()), arg->getType()); in EmitCXXNewExpr()1606 allocatorArgs.add(RValue::get(allocSize), sizeType); in EmitCXXNewExpr()1628 allocatorArgs.add( in EmitCXXNewExpr()1634 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr()1638 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()1691 allocatorArgs); in EmitCXXNewExpr()