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

References

tools/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
   81       LossOfPrecision = isLossOfPrecision(Cast, Cast->getType(), C);
   84       LossOfPrecision = isLossOfPrecision(Cast, B->getLHS()->getType(), C);
   87       LossOfPrecision = isLossOfPrecision(Cast, B->getLHS()->getType(), C);
   96       LossOfPrecision = isLossOfPrecision(Cast, B->getLHS()->getType(), C);
  102     LossOfPrecision = isLossOfPrecision(Cast, Cast->getType(), C);
  105   if (LossOfSign || LossOfPrecision) {
  112     if (LossOfPrecision)