Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h757 FPExceptionModeKind getDefaultExceptionMode() const { in getDefaultExceptionMode() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1070 ToConstrainedExceptMD(getLangOpts().getDefaultExceptionMode()); in StartFunction()
H A DCGCall.cpp1908 if (LangOpts.getDefaultExceptionMode() == LangOptions::FPE_Ignore) in getTrivialDefaultFunctionAttributes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16489 getLangOpts().getDefaultExceptionMode() == LangOptions::FPE_Ignore; in AddKnownFunctionAttributes()