Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DType.cpp2710 bool Type::isNothrowT() const { in isNothrowT() function in Type
DDecl.cpp3145 if (Ty->isNothrowT()) { in isReplaceableGlobalAllocationFunction()
DExprConstant.cpp6597 IsNothrow |= E->getType()->isNothrowT(); in HandleOperatorNewCall()
9390 !E->getPlacementArg(0)->getType()->isNothrowT()) in VisitCXXNewExpr()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DType.h2097 bool isNothrowT() const; // C++ std::nothrow_t