Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.cpp161 if (Opts.getDefaultExceptionMode() == in addVisualCDefines()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h757 FPExceptionModeKind getDefaultExceptionMode() const { in getDefaultExceptionMode() function
/src/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()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16489 getLangOpts().getDefaultExceptionMode() == LangOptions::FPE_Ignore; in AddKnownFunctionAttributes()