Searched refs:lhs_type (Results 1 – 2 of 2) sorted by relevance
359 struct type_descriptor *lhs_type = data->lhs_type; in __ubsan_handle_shift_out_of_bounds() local370 val_to_string(lhs_str, sizeof(lhs_str), lhs_type, lhs); in __ubsan_handle_shift_out_of_bounds()376 type_bit_width(lhs_type)) in __ubsan_handle_shift_out_of_bounds()379 type_bit_width(lhs_type), in __ubsan_handle_shift_out_of_bounds()380 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()381 else if (val_is_negative(lhs_type, lhs)) in __ubsan_handle_shift_out_of_bounds()388 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()
68 struct type_descriptor *lhs_type; member