Searched refs:lhs_type (Results 1 – 3 of 3) sorted by relevance
299 struct type_descriptor *lhs_type = data->lhs_type; in __ubsan_handle_shift_out_of_bounds() local310 val_to_string(lhs_str, sizeof(lhs_str), lhs_type, lhs); in __ubsan_handle_shift_out_of_bounds()316 type_bit_width(lhs_type)) in __ubsan_handle_shift_out_of_bounds()319 type_bit_width(lhs_type), in __ubsan_handle_shift_out_of_bounds()320 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()321 else if (val_is_negative(lhs_type, lhs)) in __ubsan_handle_shift_out_of_bounds()328 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()
68 struct type_descriptor *lhs_type; member
817 const_tree lhs_type; in find_bad_casts_execute() local851 lhs_type = TREE_TYPE(lhs); in find_bad_casts_execute()856 TREE_CODE(lhs_type) != POINTER_TYPE) in find_bad_casts_execute()859 ptr_lhs_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(lhs_type)))); in find_bad_casts_execute()
Completed in 6 milliseconds