rhs_type 358 lib/ubsan.c struct type_descriptor *rhs_type = data->rhs_type; rhs_type 369 lib/ubsan.c val_to_string(rhs_str, sizeof(rhs_str), rhs_type, rhs); rhs_type 372 lib/ubsan.c if (val_is_negative(rhs_type, rhs)) rhs_type 375 lib/ubsan.c else if (get_unsigned_val(rhs_type, rhs) >= rhs_type 69 lib/ubsan.h struct type_descriptor *rhs_type; rhs_type 823 scripts/gcc-plugins/randomize_layout_plugin.c const_tree rhs_type; rhs_type 857 scripts/gcc-plugins/randomize_layout_plugin.c rhs_type = TREE_TYPE(rhs1); rhs_type 859 scripts/gcc-plugins/randomize_layout_plugin.c if (TREE_CODE(rhs_type) != POINTER_TYPE || rhs_type 864 scripts/gcc-plugins/randomize_layout_plugin.c ptr_rhs_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(rhs_type))));