Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp3058 bool Type::isNothrowT() const { in isNothrowT() function in Type
HDDecl.cpp3417 if (Ty->isNothrowT()) { in isReplaceableGlobalAllocationFunction()
HDExprConstant.cpp6848 IsNothrow |= E->getType()->isNothrowT(); in HandleOperatorNewCall()
9928 !E->getPlacementArg(0)->getType()->isNothrowT()) in VisitCXXNewExpr()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.cpp2805 if (PlacementArgs != 1 || !E->getPlacementArg(0)->getType()->isNothrowT()) in VisitCXXNewExpr()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h2601 bool isNothrowT() const; // C++ std::nothrow_t