Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprCXX.cpp1125 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local
1155 for (unsigned i = 1, e = allocatorType->getNumArgs(); i != e; in EmitCXXNewExpr()
1157 QualType argType = allocatorType->getArgType(i); in EmitCXXNewExpr()
1169 allocatorType->isVariadic()) && in EmitCXXNewExpr()
1187 RV = EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()
1195 bool nullCheck = allocatorType->isNothrow(getContext()) && in EmitCXXNewExpr()