Searched refs:lhs_type (Results 1 – 2 of 2) sorted by relevance
463 struct type_descriptor *lhs_type = data->lhs_type; in __ubsan_handle_shift_out_of_bounds() local474 val_to_string(lhs_str, sizeof(lhs_str), lhs_type, lhs); in __ubsan_handle_shift_out_of_bounds()480 type_bit_width(lhs_type)) in __ubsan_handle_shift_out_of_bounds()483 type_bit_width(lhs_type), in __ubsan_handle_shift_out_of_bounds()484 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()485 else if (val_is_negative(lhs_type, lhs)) in __ubsan_handle_shift_out_of_bounds()492 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()
719 const_tree lhs_type; in find_bad_casts_execute() local753 lhs_type = TREE_TYPE(lhs); in find_bad_casts_execute()758 TREE_CODE(lhs_type) != POINTER_TYPE) in find_bad_casts_execute()761 ptr_lhs_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(lhs_type)))); in find_bad_casts_execute()