ptr_rhs_type      825 scripts/gcc-plugins/randomize_layout_plugin.c 			const_tree ptr_rhs_type;
ptr_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))));
ptr_rhs_type      866 scripts/gcc-plugins/randomize_layout_plugin.c 			if (ptr_rhs_type == void_type_node)
ptr_rhs_type      875 scripts/gcc-plugins/randomize_layout_plugin.c 			if (TREE_CODE(ptr_rhs_type) != RECORD_TYPE) {
ptr_rhs_type      880 scripts/gcc-plugins/randomize_layout_plugin.c 					if (!whitelisted_cast(stmt, ptr_lhs_type, ptr_rhs_type))
ptr_rhs_type      881 scripts/gcc-plugins/randomize_layout_plugin.c 						MISMATCH(gimple_location(stmt), "rhs", ptr_lhs_type, ptr_rhs_type);
ptr_rhs_type      886 scripts/gcc-plugins/randomize_layout_plugin.c 			if (rhs_code == SSA_NAME && ptr_lhs_type == ptr_rhs_type)
ptr_rhs_type      916 scripts/gcc-plugins/randomize_layout_plugin.c 				if (lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(ptr_rhs_type)))
ptr_rhs_type      919 scripts/gcc-plugins/randomize_layout_plugin.c 					if (!whitelisted_cast(stmt, ptr_lhs_type, ptr_rhs_type))
ptr_rhs_type      920 scripts/gcc-plugins/randomize_layout_plugin.c 						MISMATCH(gimple_location(stmt), "ssa", ptr_lhs_type, ptr_rhs_type);