Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp256 const unsigned LeftAvailableBitWidth = in checkLeftShiftOverflow() local
261 LeftAvailableBitWidth - UsedBitsInLeftOperand; in checkLeftShiftOverflow()
268 LHSTy.getAsString(), LeftAvailableBitWidth, in checkLeftShiftOverflow()