Searched refs:allocatorArgs (Results 1 – 1 of 1) sorted by relevance
1584 CallArgList allocatorArgs; in EmitCXXNewExpr() local1602 allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType()); in EmitCXXNewExpr()1603 allocatorArgs.add(RValue::get(allocation.getPointer()), arg->getType()); in EmitCXXNewExpr()1613 allocatorArgs.add(RValue::get(allocSize), sizeType); in EmitCXXNewExpr()1635 allocatorArgs.add( in EmitCXXNewExpr()1641 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr()1645 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()1704 allocatorArgs); in EmitCXXNewExpr()