Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp2614 bool MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions() local
2654 MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions()
2717 case options::OPT_fmath_errno: MathErrno = true; break; in RenderFloatingPointOptions()
2718 case options::OPT_fno_math_errno: MathErrno = false; break; in RenderFloatingPointOptions()
2854 MathErrno = false; in RenderFloatingPointOptions()
2869 MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions()
2912 if (MathErrno) in RenderFloatingPointOptions()
2915 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros && in RenderFloatingPointOptions()
2967 if (!HonorINFs && !HonorNaNs && !MathErrno && AssociativeMath && in RenderFloatingPointOptions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.def161 LANGOPT(MathErrno , 1, 1, "errno in math functions")
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp15034 if (!getLangOpts().MathErrno && !FD->hasAttr<ConstAttr>() && in AddKnownFunctionAttributes()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1450 LangOpts<"MathErrno">, DefaultFalse,