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

References

tools/clang/lib/Driver/ToolChains/Clang.cpp
 2259     case options::OPT_ftrapping_math:       TrappingMath = true;      break;
 2260     case options::OPT_fno_trapping_math:    TrappingMath = false;     break;
 2290       TrappingMath = false;
 2296       TrappingMath = true;
 2313       TrappingMath = false;
 2327       TrappingMath = true;
 2348       !TrappingMath)
 2354   if (AssociativeMath && !SignedZeros && !TrappingMath)
 2360   if (!TrappingMath)
 2376       ReciprocalMath && !SignedZeros && !TrappingMath)