Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp816 if (!ProtoType->isNothrow()) in VisitCXXNewAllocatorCall()
889 if (!ProtoType->isNothrow()) in VisitCXXNewExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGException.cpp470 if (CD->isNothrow()) in EmitStartEHSpec()
573 if (CD->isNothrow() && !EHStack.empty()) in EmitEndEHSpec()
DCGStmt.cpp2770 if (CD->isNothrow()) in GenerateCapturedStmtFunction()
DItaniumCXXABI.cpp4129 if (Proto->isNothrow()) { in extractPBaseFlags()
DCGCall.cpp1742 FPT->isNothrow()) in AddAttributesFromFunctionProtoType()
DCGStmtOpenMP.cpp516 if (CD->isNothrow()) in emitOutlinedFunctionPrologue()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCoroutine.cpp1326 if (!FT->isNothrow(/*ResultIfDependent*/ false)) { in makeNewAndDeleteExpr()
DSemaExprCXX.cpp4799 if (!CPT || !CPT->isNothrow()) in HasNoThrowOperator()
5050 if (!CPT || !CPT->isNothrow()) in EvaluateUnaryTypeTrait()
5142 if (!CPT->isNothrow() || CPT->getNumParams() > 1) in EvaluateUnaryTypeTrait()
5180 if (!CPT->isNothrow() || CPT->getNumParams() > 0) in EvaluateUnaryTypeTrait()
DAnalysisBasedWarnings.cpp373 if (FPT->isNothrow() || FD->hasAttr<NoThrowAttr>()) in isNoexcept()
DSemaOverload.cpp1581 if (FromFPT->isNothrow() && !ToFPT->isNothrow()) { in IsFunctionConversion()
2944 ->isNothrow() != in HandleFunctionTypeMismatch()
2946 ->isNothrow()) { in HandleFunctionTypeMismatch()
DSemaChecking.cpp10861 if (!Proto->isNothrow(/*ResultIfDependent*/true) && in CheckReturnValExpr()
DSemaDecl.cpp11106 if (FPT->isNothrow()) in CheckFunctionDeclaration()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprCXX.cpp282 ->isNothrow() && in shouldNullCheckAllocation()
DTextNodeDumper.cpp1780 if (D->isNothrow()) in VisitCapturedDecl()
DDecl.cpp4894 bool CapturedDecl::isNothrow() const { return BodyAndNothrow.getInt(); } in isNothrow() function in CapturedDecl
DItaniumMangle.cpp3183 } else if (T->isNothrow()) { in mangleType()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h5088 return FnTy->isNothrow(); in AST_POLYMORPHIC_MATCHER()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDecl.h4371 bool isNothrow() const;
DType.h4214 bool isNothrow(bool ResultIfDependent = false) const {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp1207 Record.push_back(CD->isNothrow() ? 1 : 0); in VisitCapturedDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DCFG.cpp2594 Proto->isNothrow()) in CanThrow()