Searched refs:lhs_type (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | ubsan.c | 355 struct type_descriptor *lhs_type = data->lhs_type; in __ubsan_handle_shift_out_of_bounds() local 366 val_to_string(lhs_str, sizeof(lhs_str), lhs_type, lhs); in __ubsan_handle_shift_out_of_bounds() 372 type_bit_width(lhs_type)) in __ubsan_handle_shift_out_of_bounds() 375 type_bit_width(lhs_type), in __ubsan_handle_shift_out_of_bounds() 376 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds() 377 else if (val_is_negative(lhs_type, lhs)) in __ubsan_handle_shift_out_of_bounds() 384 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()
|
H A D | ubsan.h | 68 struct type_descriptor *lhs_type; member
|
/kernel/linux/linux-6.6/lib/ |
H A D | ubsan.c | 356 struct type_descriptor *lhs_type = data->lhs_type; in __ubsan_handle_shift_out_of_bounds() local 367 val_to_string(lhs_str, sizeof(lhs_str), lhs_type, lhs); in __ubsan_handle_shift_out_of_bounds() 373 type_bit_width(lhs_type)) in __ubsan_handle_shift_out_of_bounds() 376 type_bit_width(lhs_type), in __ubsan_handle_shift_out_of_bounds() 377 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds() 378 else if (val_is_negative(lhs_type, lhs)) in __ubsan_handle_shift_out_of_bounds() 385 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()
|
H A D | ubsan.h | 100 struct type_descriptor *lhs_type; member
|
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
H A D | randomize_layout_plugin.c | 826 const_tree lhs_type; in find_bad_casts_execute() local 860 lhs_type = TREE_TYPE(lhs); in find_bad_casts_execute() 865 TREE_CODE(lhs_type) != POINTER_TYPE) in find_bad_casts_execute() 868 ptr_lhs_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(lhs_type)))); in find_bad_casts_execute()
|
/kernel/linux/linux-6.6/scripts/gcc-plugins/ |
H A D | randomize_layout_plugin.c | 739 const_tree lhs_type; in find_bad_casts_execute() local 773 lhs_type = TREE_TYPE(lhs); in find_bad_casts_execute() 778 TREE_CODE(lhs_type) != POINTER_TYPE) in find_bad_casts_execute() 781 ptr_lhs_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(lhs_type)))); in find_bad_casts_execute()
|
Completed in 5 milliseconds