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

References

tools/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
   68   const ParentMap &PM = C.getLocationContext()->getParentMap();
   80       LossOfSign = isLossOfSign(Cast, C);
   81       LossOfPrecision = isLossOfPrecision(Cast, Cast->getType(), C);
   84       LossOfPrecision = isLossOfPrecision(Cast, B->getLHS()->getType(), C);
   86       LossOfSign = isLossOfSign(Cast, C);
   87       LossOfPrecision = isLossOfPrecision(Cast, B->getLHS()->getType(), C);
   89       LossOfSign = isLossOfSign(Cast, C);
   92       LossOfSign = isLossOfSign(Cast, C);
   95       LossOfSign = isLossOfSign(Cast, C);
   96       LossOfPrecision = isLossOfPrecision(Cast, B->getLHS()->getType(), C);
   98       LossOfSign = isLossOfSign(Cast, C);
  101     LossOfSign = isLossOfSign(Cast, C);
  102     LossOfPrecision = isLossOfPrecision(Cast, Cast->getType(), C);
  107     ExplodedNode *N = C.generateNonFatalErrorNode(C.getState());
  107     ExplodedNode *N = C.generateNonFatalErrorNode(C.getState());
  111       reportBug(N, C, "Loss of sign in implicit conversion");
  113       reportBug(N, C, "Loss of precision in implicit conversion");