Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Dubsan.c364 struct type_descriptor *lhs_type = data->lhs_type; in __ubsan_handle_shift_out_of_bounds() local
375 val_to_string(lhs_str, sizeof(lhs_str), lhs_type, lhs); in __ubsan_handle_shift_out_of_bounds()
381 type_bit_width(lhs_type)) in __ubsan_handle_shift_out_of_bounds()
384 type_bit_width(lhs_type), in __ubsan_handle_shift_out_of_bounds()
385 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()
386 else if (val_is_negative(lhs_type, lhs)) in __ubsan_handle_shift_out_of_bounds()
393 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()
Dubsan.h68 struct type_descriptor *lhs_type; member
/Linux-v5.10/scripts/gcc-plugins/
Drandomize_layout_plugin.c821 const_tree lhs_type; in find_bad_casts_execute() local
855 lhs_type = TREE_TYPE(lhs); in find_bad_casts_execute()
860 TREE_CODE(lhs_type) != POINTER_TYPE) in find_bad_casts_execute()
863 ptr_lhs_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(lhs_type)))); in find_bad_casts_execute()