Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2858 bool MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions() local
2896 MathErrno = false; in RenderFloatingPointOptions()
3019 MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions()
3063 case options::OPT_fmath_errno: MathErrno = true; break; in RenderFloatingPointOptions()
3064 case options::OPT_fno_math_errno: MathErrno = false; break; in RenderFloatingPointOptions()
3238 MathErrno = TC.IsMathErrnoDefault(); in RenderFloatingPointOptions()
3292 if (MathErrno) in RenderFloatingPointOptions()
3356 if (!HonorINFs && !HonorNaNs && !MathErrno && AssociativeMath && ApproxFunc && in RenderFloatingPointOptions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1319 if (!LangOpts.MathErrno) in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def187 LANGOPT(MathErrno , 1, 1, "errno in math functions")
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp708 if (IsErrnoIntrinsic && CGF.CGM.getLangOpts().MathErrno && in emitLibraryCall()
2649 (!getLangOpts().MathErrno && in EmitBuiltinExpr()
2657 (!getLangOpts().MathErrno && in EmitBuiltinExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16497 (!getLangOpts().MathErrno && NoExceptions)) && in AddKnownFunctionAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2255 LangOpts<"MathErrno">, DefaultFalse,