reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
60 if (!isa<DeclRefExpr>(Cast->IgnoreParenImpCasts())) 64 if (Cast->getExprLoc().isMacroID()) 69 const Stmt *Parent = PM.getParent(Cast); 80 LossOfSign = isLossOfSign(Cast, C); 81 LossOfPrecision = isLossOfPrecision(Cast, Cast->getType(), 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); 102 LossOfPrecision = isLossOfPrecision(Cast, Cast->getType(), C);