Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp979 if (!ProtoType->isNothrow()) in VisitCXXNewAllocatorCall()
1050 if (!ProtoType->isNothrow()) in VisitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp481 if (CD->isNothrow()) in EmitStartEHSpec()
588 if (CD->isNothrow() && !EHStack.empty()) in EmitEndEHSpec()
H A DCGStmt.cpp3169 if (CD->isNothrow()) in GenerateCapturedStmtFunction()
H A DItaniumCXXABI.cpp4471 if (Proto->isNothrow()) { in extractPBaseFlags()
H A DCGCall.cpp1750 FPT->isNothrow()) in AddAttributesFromFunctionProtoType()
H A DCGStmtOpenMP.cpp550 if (CD->isNothrow()) in emitOutlinedFunctionPrologue()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1106 !FT->isNothrow()) in CheckCXXThrowOperand()
5118 if (!CPT || !CPT->isNothrow()) in HasNoThrowOperator()
5469 if (!CPT || !CPT->isNothrow()) in EvaluateUnaryTypeTrait()
5561 if (!CPT->isNothrow() || CPT->getNumParams() > 1) in EvaluateUnaryTypeTrait()
5599 if (!CPT->isNothrow() || CPT->getNumParams() > 0) in EvaluateUnaryTypeTrait()
H A DSemaCoroutine.cpp1499 if (!FT->isNothrow(/*ResultIfDependent*/ false)) { in makeNewAndDeleteExpr()
H A DAnalysisBasedWarnings.cpp400 if (FPT->isNothrow() || FD->hasAttr<NoThrowAttr>()) in isNoexcept()
H A DSemaOverload.cpp1838 if (FromFPT->isNothrow() && !ToFPT->isNothrow()) { in IsFunctionConversion()
3241 ->isNothrow() != in HandleFunctionTypeMismatch()
3243 ->isNothrow()) { in HandleFunctionTypeMismatch()
H A DSemaChecking.cpp9158 if (!Proto->isNothrow(/*ResultIfDependent*/true) && in CheckReturnValExpr()
H A DSemaDecl.cpp12138 if (FPT->isNothrow()) in CheckFunctionDeclaration()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp333 ->isNothrow() && in shouldNullCheckAllocation()
H A DTextNodeDumper.cpp2286 if (D->isNothrow()) in VisitCapturedDecl()
H A DDecl.cpp5435 bool CapturedDecl::isNothrow() const { return BodyAndNothrow.getInt(); } in isNothrow() function in CapturedDecl
H A DItaniumMangle.cpp3550 } else if (T->isNothrow()) { in mangleType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4705 bool isNothrow() const;
H A DType.h5345 bool isNothrow(bool ResultIfDependent = false) const {
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5508 return FnTy->isNothrow(); in AST_POLYMORPHIC_MATCHER()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1334 Record.push_back(CD->isNothrow() ? 1 : 0); in VisitCapturedDecl()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2688 Proto->isNothrow()) in CanThrow()