Home
last modified time | relevance | path

Searched refs:isLossOfSign (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp50 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()
191 bool ConversionChecker::isLossOfSign(const ImplicitCastExpr *Cast, in isLossOfSign() function in ConversionChecker