Searched refs:allocatorType (Results 1 – 1 of 1) sorted by relevance
1239 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local1264 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arg_begin(), in EmitCXXNewExpr()1277 RV = EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()1285 bool nullCheck = allocatorType->isNothrow(getContext()) && in EmitCXXNewExpr()