Searched refs:LossOfPrecision (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ConversionChecker.cpp | 77 bool LossOfPrecision = false; in checkPreStmt() local 85 LossOfPrecision = isLossOfPrecision(Cast, Cast->getType(), C); in checkPreStmt() 89 LossOfPrecision = isLossOfPrecision(Cast, B->getLHS()->getType(), C); in checkPreStmt() 92 LossOfPrecision = isLossOfPrecision(Cast, B->getLHS()->getType(), C); in checkPreStmt() 101 LossOfPrecision = isLossOfPrecision(Cast, B->getLHS()->getType(), C); in checkPreStmt() 108 LossOfPrecision = isLossOfPrecision(Cast, Cast->getType(), C); in checkPreStmt() 112 LossOfPrecision = isLossOfPrecision(Cast, Cast->getType(), C); in checkPreStmt() 115 if (LossOfSign || LossOfPrecision) { in checkPreStmt() 122 if (LossOfPrecision) in checkPreStmt()
|