Lines Matching full:allocatorargs
1202 CallArgList allocatorArgs;
1220 allocatorArgs.add(RValue::get(allocSize), sizeType);
1237 EmitCallArg(allocatorArgs
1249 EmitCallArg(allocatorArgs, *placementArg, placementArg->getType());
1256 assert(allocatorArgs.size() == 2);
1257 RV = allocatorArgs[1].RV;
1261 RV = EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs);
1300 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocatorArgs);