Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprCXX.cpp1199 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local
1229 for (unsigned i = 1, e = allocatorType->getNumArgs(); i != e; in EmitCXXNewExpr()
1231 QualType argType = allocatorType->getArgType(i); in EmitCXXNewExpr()
1243 allocatorType->isVariadic()) && in EmitCXXNewExpr()
1261 RV = EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()
1269 bool nullCheck = allocatorType->isNothrow(getContext()) && in EmitCXXNewExpr()