Searched refs:MathErrno (Results 1 – 5 of 5) sorted by relevance
2748 bool MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions() local2794 MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions()2857 case options::OPT_fmath_errno: MathErrno = true; break; in RenderFloatingPointOptions()2858 case options::OPT_fno_math_errno: MathErrno = false; break; in RenderFloatingPointOptions()3009 MathErrno = false; in RenderFloatingPointOptions()3025 MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions()3076 if (MathErrno) in RenderFloatingPointOptions()3079 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros && in RenderFloatingPointOptions()3134 if (!HonorINFs && !HonorNaNs && !MathErrno && AssociativeMath && ApproxFunc && in RenderFloatingPointOptions()
169 LANGOPT(MathErrno , 1, 1, "errno in math functions")
1120 if (!LangOpts.MathErrno) in InitializePredefinedMacros()
15674 if (!getLangOpts().MathErrno && !FD->hasAttr<ConstAttr>() && in AddKnownFunctionAttributes()
1590 LangOpts<"MathErrno">, DefaultFalse,