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

/linux-master/lib/
H A Dubsan.h101 struct type_descriptor *rhs_type; member in struct:shift_out_of_bounds_data
H A Dubsan.c436 struct type_descriptor *rhs_type = data->rhs_type; local
447 val_to_string(rhs_str, sizeof(rhs_str), rhs_type, rhs);
450 if (val_is_negative(rhs_type, rhs))
453 else if (get_unsigned_val(rhs_type, rhs) >=
/linux-master/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c741 const_tree rhs_type; local
775 rhs_type = TREE_TYPE(rhs1);
777 if (TREE_CODE(rhs_type) != POINTER_TYPE ||
782 ptr_rhs_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(rhs_type))));

Completed in 375 milliseconds