Lines Matching refs:lhs
157 static void handle_overflow(struct overflow_data *data, void *lhs,
172 val_to_string(lhs_val_str, sizeof(lhs_val_str), type, lhs);
184 void *lhs, void *rhs)
187 handle_overflow(data, lhs, rhs, '+');
192 void *lhs, void *rhs)
194 handle_overflow(data, lhs, rhs, '-');
199 void *lhs, void *rhs)
201 handle_overflow(data, lhs, rhs, '*');
225 void __ubsan_handle_divrem_overflow(void *_data, void *lhs, void *rhs)
351 void __ubsan_handle_shift_out_of_bounds(void *_data, void *lhs, void *rhs)
366 val_to_string(lhs_str, sizeof(lhs_str), lhs_type, lhs);
377 else if (val_is_negative(lhs_type, lhs))