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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
   50   bool isLossOfSign(const ImplicitCastExpr *Cast, CheckerContext &C) const;

References

tools/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
   80       LossOfSign = isLossOfSign(Cast, C);
   86       LossOfSign = isLossOfSign(Cast, C);
   89       LossOfSign = isLossOfSign(Cast, C);
   92       LossOfSign = isLossOfSign(Cast, C);
   95       LossOfSign = isLossOfSign(Cast, C);
   98       LossOfSign = isLossOfSign(Cast, C);
  101     LossOfSign = isLossOfSign(Cast, C);