Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp89 BugReportPtr checkOperandNegative(OperandSide Side);
107 if (BugReportPtr BR = checkOperandNegative(OperandSide::Right)) { in run()
114 if (BugReportPtr BR = checkOperandNegative(OperandSide::Left)) { in run()
205 BugReportPtr BitwiseShiftValidator::checkOperandNegative(OperandSide Side) { in checkOperandNegative() function in __anon1c4322b80111::BitwiseShiftValidator