Home
last modified time | relevance | path

Searched refs:rhs_type (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/lib/
Dubsan.c290 struct type_descriptor *rhs_type = data->rhs_type; in __ubsan_handle_shift_out_of_bounds() local
301 val_to_string(rhs_str, sizeof(rhs_str), rhs_type, rhs); in __ubsan_handle_shift_out_of_bounds()
304 if (val_is_negative(rhs_type, rhs)) in __ubsan_handle_shift_out_of_bounds()
307 else if (get_unsigned_val(rhs_type, rhs) >= in __ubsan_handle_shift_out_of_bounds()
Dubsan.h69 struct type_descriptor *rhs_type; member
/linux-5.19.10/scripts/gcc-plugins/
Drandomize_layout_plugin.c747 const_tree rhs_type; in find_bad_casts_execute() local
781 rhs_type = TREE_TYPE(rhs1); in find_bad_casts_execute()
783 if (TREE_CODE(rhs_type) != POINTER_TYPE || in find_bad_casts_execute()
788 ptr_rhs_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(rhs_type)))); in find_bad_casts_execute()