Searched refs:isLossOfSign (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ConversionChecker.cpp | 50 bool isLossOfSign(const ImplicitCastExpr *Cast, CheckerContext &C) const; 84 LossOfSign = isLossOfSign(Cast, C); in checkPreStmt() 91 LossOfSign = isLossOfSign(Cast, C); in checkPreStmt() 94 LossOfSign = isLossOfSign(Cast, C); in checkPreStmt() 97 LossOfSign = isLossOfSign(Cast, C); in checkPreStmt() 100 LossOfSign = isLossOfSign(Cast, C); in checkPreStmt() 103 LossOfSign = isLossOfSign(Cast, C); in checkPreStmt() 107 LossOfSign = isLossOfSign(Cast, C); in checkPreStmt() 111 LossOfSign = isLossOfSign(Cast, C); in checkPreStmt() 195 bool ConversionChecker::isLossOfSign(const ImplicitCastExpr *Cast, in isLossOfSign() function in ConversionChecker
|