Searched refs:MathErrno (Results 1 – 4 of 4) sorted by relevance
2614 bool MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions() local2654 MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions()2717 case options::OPT_fmath_errno: MathErrno = true; break; in RenderFloatingPointOptions()2718 case options::OPT_fno_math_errno: MathErrno = false; break; in RenderFloatingPointOptions()2854 MathErrno = false; in RenderFloatingPointOptions()2869 MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions()2912 if (MathErrno) in RenderFloatingPointOptions()2915 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros && in RenderFloatingPointOptions()2967 if (!HonorINFs && !HonorNaNs && !MathErrno && AssociativeMath && in RenderFloatingPointOptions()
161 LANGOPT(MathErrno , 1, 1, "errno in math functions")
15034 if (!getLangOpts().MathErrno && !FD->hasAttr<ConstAttr>() && in AddKnownFunctionAttributes()
1450 LangOpts<"MathErrno">, DefaultFalse,