Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp91 BugReportPtr checkOperandNegative(OperandSide Side);
109 if (BugReportPtr BR = checkOperandNegative(OperandSide::Right)) { in run()
116 if (BugReportPtr BR = checkOperandNegative(OperandSide::Left)) { in run()
206 BugReportPtr BitwiseShiftValidator::checkOperandNegative(OperandSide Side) { in checkOperandNegative() function in __anon760d32cd0111::BitwiseShiftValidator