Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DType.cpp2703 bool Type::isNothrowT() const { in isNothrowT() function in Type
DDecl.cpp3119 if (Ty->isNothrowT()) { in isReplaceableGlobalAllocationFunction()
DExprConstant.cpp6589 IsNothrow |= E->getType()->isNothrowT(); in HandleOperatorNewCall()
9350 !E->getPlacementArg(0)->getType()->isNothrowT()) in VisitCXXNewExpr()
/external/llvm-project/clang/include/clang/AST/
DType.h2090 bool isNothrowT() const; // C++ std::nothrow_t