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

/linux-master/lib/
H A Dubsan.c437 struct type_descriptor *lhs_type = data->lhs_type; local
448 val_to_string(lhs_str, sizeof(lhs_str), lhs_type, lhs);
454 type_bit_width(lhs_type))
457 type_bit_width(lhs_type),
458 lhs_type->type_name);
459 else if (val_is_negative(lhs_type, lhs))
466 lhs_type->type_name);
H A Dubsan.h100 struct type_descriptor *lhs_type; member in struct:shift_out_of_bounds_data
/linux-master/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c739 const_tree lhs_type; local
773 lhs_type = TREE_TYPE(lhs);
778 TREE_CODE(lhs_type) != POINTER_TYPE)
781 ptr_lhs_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(lhs_type))));

Completed in 118 milliseconds