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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
   47   bool isLossOfPrecision(const ImplicitCastExpr *Cast, QualType DestType,

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);