Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2622 bool AssociativeMath = false; in RenderFloatingPointOptions() local
2662 AssociativeMath = false; in RenderFloatingPointOptions()
2726 case options::OPT_fassociative_math: AssociativeMath = true; break; in RenderFloatingPointOptions()
2835 AssociativeMath = true; in RenderFloatingPointOptions()
2842 AssociativeMath = false; in RenderFloatingPointOptions()
2862 AssociativeMath = true; in RenderFloatingPointOptions()
2877 AssociativeMath = false; in RenderFloatingPointOptions()
2892 !AssociativeMath && !ReciprocalMath && in RenderFloatingPointOptions()
2922 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros && in RenderFloatingPointOptions()
2929 if (AssociativeMath && !SignedZeros && !TrappingMath) in RenderFloatingPointOptions()
[all …]