Home
last modified time | relevance | path

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

/linux-5.19.10/lib/
Dubsan.c291 struct type_descriptor *lhs_type = data->lhs_type; in __ubsan_handle_shift_out_of_bounds() local
302 val_to_string(lhs_str, sizeof(lhs_str), lhs_type, lhs); in __ubsan_handle_shift_out_of_bounds()
308 type_bit_width(lhs_type)) in __ubsan_handle_shift_out_of_bounds()
311 type_bit_width(lhs_type), in __ubsan_handle_shift_out_of_bounds()
312 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()
313 else if (val_is_negative(lhs_type, lhs)) in __ubsan_handle_shift_out_of_bounds()
320 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()
Dubsan.h68 struct type_descriptor *lhs_type; member
/linux-5.19.10/scripts/gcc-plugins/
Drandomize_layout_plugin.c745 const_tree lhs_type; in find_bad_casts_execute() local
779 lhs_type = TREE_TYPE(lhs); in find_bad_casts_execute()
784 TREE_CODE(lhs_type) != POINTER_TYPE) in find_bad_casts_execute()
787 ptr_lhs_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(lhs_type)))); in find_bad_casts_execute()