Searched refs:MathErrno (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Driver/
H A DTools.cpp2648 bool MathErrno = getToolChain().IsMathErrnoDefault(); local
2653 // Turning on -ffast_math (with either flag) removes the need for MathErrno.
2659 MathErrno = false;
2661 MathErrno = true;
2663 if (MathErrno)
2714 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros &&
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp1473 Opts.MathErrno = !Opts.OpenCL && Args.hasArg(OPT_fmath_errno);
/external/clang/lib/Sema/
H A DSemaDecl.cpp10412 if (!getLangOpts().MathErrno &&

Completed in 246 milliseconds