Searched refs:MathErrno (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | FPOptions.def | 30 OPTION(MathErrno, bool, 1, BFloat16ExcessPrecision) 31 OPTION(ComplexRange, LangOptions::ComplexRangeKind, 2, MathErrno)
|
| H A D | LangOptions.def | 173 LANGOPT(MathErrno , 1, 1, "errno in math functions")
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 2747 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 D | InitPreprocessor.cpp | 1184 if (!LangOpts.MathErrno) in InitializePredefinedMacros()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 2638 (!getLangOpts().MathErrno && in EmitBuiltinExpr() 2646 (!getLangOpts().MathErrno && in EmitBuiltinExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 16718 (!getLangOpts().MathErrno && NoExceptions)) && in AddKnownFunctionAttributes()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 2138 LangOpts<"MathErrno">, DefaultFalse,
|