Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dubsan.c437 struct type_descriptor *lhs_type = data->lhs_type; in __ubsan_handle_shift_out_of_bounds() local
448 val_to_string(lhs_str, sizeof(lhs_str), lhs_type, lhs); in __ubsan_handle_shift_out_of_bounds()
454 type_bit_width(lhs_type)) in __ubsan_handle_shift_out_of_bounds()
457 type_bit_width(lhs_type), in __ubsan_handle_shift_out_of_bounds()
458 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()
459 else if (val_is_negative(lhs_type, lhs)) in __ubsan_handle_shift_out_of_bounds()
466 lhs_type->type_name); in __ubsan_handle_shift_out_of_bounds()
Dubsan.h100 struct type_descriptor *lhs_type; member
/linux-6.12.1/scripts/gcc-plugins/
Drandomize_layout_plugin.c735 const_tree lhs_type; in find_bad_casts_execute() local
769 lhs_type = TREE_TYPE(lhs); in find_bad_casts_execute()
774 TREE_CODE(lhs_type) != POINTER_TYPE) in find_bad_casts_execute()
777 ptr_lhs_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(lhs_type)))); in find_bad_casts_execute()