Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp173 unsigned CorrectedSrcWidth = AC.getIntWidth(SubType); in isLossOfPrecision() local
175 CorrectedSrcWidth--; in isLossOfPrecision()
177 if (RepresentsUntilExp >= CorrectedSrcWidth) { in isLossOfPrecision()