Home
last modified time | relevance | path

Searched refs:MathErrno (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Basic/
DLangOptions.def97 LANGOPT(MathErrno , 1, 1, "errno support for math functions")
/external/clang/lib/Driver/
DTools.cpp2648 bool MathErrno = getToolChain().IsMathErrnoDefault(); in ConstructJob() local
2659 MathErrno = false; in ConstructJob()
2661 MathErrno = true; in ConstructJob()
2663 if (MathErrno) in ConstructJob()
2714 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros && in ConstructJob()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1473 Opts.MathErrno = !Opts.OpenCL && Args.hasArg(OPT_fmath_errno); in ParseLangArgs()
/external/clang/lib/Sema/
DSemaDecl.cpp10412 if (!getLangOpts().MathErrno && in AddKnownFunctionAttributes()