Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp76 bool LossOfSign = false; in checkPreStmt() local
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()
115 if (LossOfSign || LossOfPrecision) { in checkPreStmt()
[all …]