Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp2748 bool MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions() local
2794 MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions()
2857 case options::OPT_fmath_errno: MathErrno = true; break; in RenderFloatingPointOptions()
2858 case options::OPT_fno_math_errno: MathErrno = false; break; in RenderFloatingPointOptions()
3009 MathErrno = false; in RenderFloatingPointOptions()
3025 MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions()
3076 if (MathErrno) in RenderFloatingPointOptions()
3079 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros && in RenderFloatingPointOptions()
3134 if (!HonorINFs && !HonorNaNs && !MathErrno && AssociativeMath && ApproxFunc && in RenderFloatingPointOptions()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.def169 LANGOPT(MathErrno , 1, 1, "errno in math functions")
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp1120 if (!LangOpts.MathErrno) in InitializePredefinedMacros()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp15674 if (!getLangOpts().MathErrno && !FD->hasAttr<ConstAttr>() && in AddKnownFunctionAttributes()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1590 LangOpts<"MathErrno">, DefaultFalse,