Home
last modified time | relevance | path

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

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