Searched refs:allocatorArgs (Results 1 – 1 of 1) sorted by relevance
1583 CallArgList allocatorArgs; in EmitCXXNewExpr() local1601 allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType()); in EmitCXXNewExpr()1602 allocatorArgs.add(RValue::get(allocation.getPointer()), arg->getType()); in EmitCXXNewExpr()1612 allocatorArgs.add(RValue::get(allocSize), sizeType); in EmitCXXNewExpr()1634 allocatorArgs.add( in EmitCXXNewExpr()1640 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr()1644 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()1703 allocatorArgs); in EmitCXXNewExpr()