Lines Matching refs:lhs
239 static void handle_overflow(struct overflow_data *data, void *lhs, in handle_overflow() argument
254 val_to_string(lhs_val_str, sizeof(lhs_val_str), type, lhs); in handle_overflow()
266 void *lhs, void *rhs) in __ubsan_handle_add_overflow() argument
269 handle_overflow(data, lhs, rhs, '+'); in __ubsan_handle_add_overflow()
274 void *lhs, void *rhs) in __ubsan_handle_sub_overflow() argument
276 handle_overflow(data, lhs, rhs, '-'); in __ubsan_handle_sub_overflow()
281 void *lhs, void *rhs) in __ubsan_handle_mul_overflow() argument
283 handle_overflow(data, lhs, rhs, '*'); in __ubsan_handle_mul_overflow()
307 void __ubsan_handle_divrem_overflow(void *_data, void *lhs, void *rhs) in __ubsan_handle_divrem_overflow() argument
433 void __ubsan_handle_shift_out_of_bounds(void *_data, void *lhs, void *rhs) in __ubsan_handle_shift_out_of_bounds() argument
448 val_to_string(lhs_str, sizeof(lhs_str), lhs_type, lhs); in __ubsan_handle_shift_out_of_bounds()
459 else if (val_is_negative(lhs_type, lhs)) in __ubsan_handle_shift_out_of_bounds()