Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DLangOptions.def142 LANGOPT(MathErrno , 1, 1, "errno in math functions")
/external/clang/lib/Driver/
DTools.cpp4183 bool MathErrno = getToolChain().IsMathErrnoDefault(); in ConstructJob() local
4194 MathErrno = false; in ConstructJob()
4196 MathErrno = true; in ConstructJob()
4198 if (MathErrno) in ConstructJob()
4245 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros && in ConstructJob()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1900 Opts.MathErrno = !Opts.OpenCL && Args.hasArg(OPT_fmath_errno); in ParseLangArgs()
/external/clang/lib/Sema/
DSemaDecl.cpp11861 if (!getLangOpts().MathErrno && in AddKnownFunctionAttributes()