Searched refs:checkOperandNegative (Results 1 – 1 of 1) sorted by relevance
91 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