Searched refs:MathErrno (Results 1 – 7 of 7) sorted by relevance
| /src/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 | 187 LANGOPT(MathErrno , 1, 1, "errno in math functions")
|
| /src/contrib/llvm-project/clang/lib/Driver/ToolChains/ ! |
| H A D | Clang.cpp | 2858 bool MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions() local 2896 MathErrno = false; in RenderFloatingPointOptions() 3019 MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions() 3063 case options::OPT_fmath_errno: MathErrno = true; break; in RenderFloatingPointOptions() 3064 case options::OPT_fno_math_errno: MathErrno = false; break; in RenderFloatingPointOptions() 3238 MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions() 3292 if (MathErrno) in RenderFloatingPointOptions() 3356 if (!HonorINFs && !HonorNaNs && !MathErrno && AssociativeMath && ApproxFunc && in RenderFloatingPointOptions()
|
| /src/contrib/llvm-project/clang/lib/Frontend/ ! |
| H A D | InitPreprocessor.cpp | 1319 if (!LangOpts.MathErrno) in InitializePredefinedMacros()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ ! |
| H A D | CGBuiltin.cpp | 708 if (IsErrnoIntrinsic && CGF.CGM.getLangOpts().MathErrno && in emitLibraryCall() 2649 (!getLangOpts().MathErrno && in EmitBuiltinExpr() 2657 (!getLangOpts().MathErrno && in EmitBuiltinExpr()
|
| /src/contrib/llvm-project/clang/lib/Sema/ ! |
| H A D | SemaDecl.cpp | 16497 (!getLangOpts().MathErrno && NoExceptions)) && in AddKnownFunctionAttributes()
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ ! |
| H A D | Options.td | 2255 LangOpts<"MathErrno">, DefaultFalse,
|