reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Driver/ToolChains/Clang.cpp
 2253     case options::OPT_fassociative_math:    AssociativeMath = true;   break;
 2254     case options::OPT_fno_associative_math: AssociativeMath = false;  break;
 2287       AssociativeMath = true;
 2293       AssociativeMath = false;
 2310       AssociativeMath = true;
 2324       AssociativeMath = false;
 2347   if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros &&
 2354   if (AssociativeMath && !SignedZeros && !TrappingMath)
 2375   if (!HonorINFs && !HonorNaNs && !MathErrno && AssociativeMath &&