Searched refs:MathErrno (Results 1 – 4 of 4) sorted by relevance
142 LANGOPT(MathErrno , 1, 1, "errno in math functions")
4183 bool MathErrno = getToolChain().IsMathErrnoDefault(); in ConstructJob() local4194 MathErrno = false; in ConstructJob()4196 MathErrno = true; in ConstructJob()4198 if (MathErrno) in ConstructJob()4245 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros && in ConstructJob()
1900 Opts.MathErrno = !Opts.OpenCL && Args.hasArg(OPT_fmath_errno); in ParseLangArgs()
11861 if (!getLangOpts().MathErrno && in AddKnownFunctionAttributes()