Searched refs:MathErrno (Results 1 – 4 of 4) sorted by relevance
97 LANGOPT(MathErrno , 1, 1, "errno support for math functions")
2648 bool MathErrno = getToolChain().IsMathErrnoDefault(); in ConstructJob() local2659 MathErrno = false; in ConstructJob()2661 MathErrno = true; in ConstructJob()2663 if (MathErrno) in ConstructJob()2714 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros && in ConstructJob()
1473 Opts.MathErrno = !Opts.OpenCL && Args.hasArg(OPT_fmath_errno); in ParseLangArgs()
10412 if (!getLangOpts().MathErrno && in AddKnownFunctionAttributes()