Home
last modified time | relevance | path

Searched refs:allocatorType (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp1239 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local
1264 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()