Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp2207 bool AssociativeMath = false; in RenderFloatingPointOptions() local
2231 case options::OPT_fassociative_math: AssociativeMath = true; break; in RenderFloatingPointOptions()
2232 case options::OPT_fno_associative_math: AssociativeMath = false; break; in RenderFloatingPointOptions()
2265 AssociativeMath = true; in RenderFloatingPointOptions()
2271 AssociativeMath = false; in RenderFloatingPointOptions()
2288 AssociativeMath = true; in RenderFloatingPointOptions()
2302 AssociativeMath = false; in RenderFloatingPointOptions()
2325 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros && in RenderFloatingPointOptions()
2332 if (AssociativeMath && !SignedZeros && !TrappingMath) in RenderFloatingPointOptions()
2353 if (!HonorINFs && !HonorNaNs && !MathErrno && AssociativeMath && in RenderFloatingPointOptions()