Home
last modified time | relevance | path

Searched refs:MathErrno (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DFPOptions.def30 OPTION(MathErrno, bool, 1, BFloat16ExcessPrecision)
31 OPTION(ComplexRange, LangOptions::ComplexRangeKind, 2, MathErrno)
H A DLangOptions.def173 LANGOPT(MathErrno , 1, 1, "errno in math functions")
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2747 bool MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions() local
2818 MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions()
2880 case options::OPT_fmath_errno: MathErrno = true; break; in RenderFloatingPointOptions()
2881 case options::OPT_fno_math_errno: MathErrno = false; break; in RenderFloatingPointOptions()
3068 MathErrno = false; in RenderFloatingPointOptions()
3090 MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions()
3142 if (MathErrno) in RenderFloatingPointOptions()
3207 if (!HonorINFs && !HonorNaNs && !MathErrno && AssociativeMath && ApproxFunc && in RenderFloatingPointOptions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1184 if (!LangOpts.MathErrno) in InitializePredefinedMacros()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2638 (!getLangOpts().MathErrno && in EmitBuiltinExpr()
2646 (!getLangOpts().MathErrno && in EmitBuiltinExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16718 (!getLangOpts().MathErrno && NoExceptions)) && in AddKnownFunctionAttributes()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2138 LangOpts<"MathErrno">, DefaultFalse,