Searched refs:allocatorArgs (Results 1 – 1 of 1) sorted by relevance
1586 CallArgList allocatorArgs; in EmitCXXNewExpr() local1604 allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType()); in EmitCXXNewExpr()1605 allocatorArgs.add(RValue::get(allocation.getPointer()), arg->getType()); in EmitCXXNewExpr()1615 allocatorArgs.add(RValue::get(allocSize), sizeType); in EmitCXXNewExpr()1637 allocatorArgs.add( in EmitCXXNewExpr()1643 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr()1647 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()1706 allocatorArgs); in EmitCXXNewExpr()