Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp2615 bool AssociativeMath = false; in RenderFloatingPointOptions() local
2655 AssociativeMath = false; in RenderFloatingPointOptions()
2719 case options::OPT_fassociative_math: AssociativeMath = true; break; in RenderFloatingPointOptions()
2720 case options::OPT_fno_associative_math: AssociativeMath = false; break; in RenderFloatingPointOptions()
2828 AssociativeMath = true; in RenderFloatingPointOptions()
2835 AssociativeMath = false; in RenderFloatingPointOptions()
2855 AssociativeMath = true; in RenderFloatingPointOptions()
2870 AssociativeMath = false; in RenderFloatingPointOptions()
2885 !AssociativeMath && !ReciprocalMath && in RenderFloatingPointOptions()
2915 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros && in RenderFloatingPointOptions()
[all …]