Home
last modified time | relevance | path

Searched refs:isNoexcept (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp123 static bool isNoexcept(const FunctionDecl *FD) { in isNoexcept() function
625 IsNoexcept = isNoexcept(FD); in verifyDecl()
1061 (!Outer.S.getLangOpts().CPlusPlus || isNoexcept(FD))) in followCall()
H A DAnalysisBasedWarnings.cpp399 static bool isNoexcept(const FunctionDecl *FD) { in isNoexcept() function
3075 if (S.getLangOpts().CPlusPlus && !fscope->isCoroutine() && isNoexcept(FD)) in IssueWarnings()