ptr_lhs_type      824 scripts/gcc-plugins/randomize_layout_plugin.c 			const_tree ptr_lhs_type;
ptr_lhs_type      863 scripts/gcc-plugins/randomize_layout_plugin.c 			ptr_lhs_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(lhs_type))));
ptr_lhs_type      869 scripts/gcc-plugins/randomize_layout_plugin.c 			if (ptr_lhs_type == void_type_node)
ptr_lhs_type      877 scripts/gcc-plugins/randomize_layout_plugin.c 				if (lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(ptr_lhs_type)))
ptr_lhs_type      880 scripts/gcc-plugins/randomize_layout_plugin.c 					if (!whitelisted_cast(stmt, ptr_lhs_type, ptr_rhs_type))
ptr_lhs_type      881 scripts/gcc-plugins/randomize_layout_plugin.c 						MISMATCH(gimple_location(stmt), "rhs", ptr_lhs_type, ptr_rhs_type);
ptr_lhs_type      886 scripts/gcc-plugins/randomize_layout_plugin.c 			if (rhs_code == SSA_NAME && ptr_lhs_type == ptr_rhs_type)
ptr_lhs_type      899 scripts/gcc-plugins/randomize_layout_plugin.c 				if (op0_type == ptr_lhs_type)
ptr_lhs_type      906 scripts/gcc-plugins/randomize_layout_plugin.c 					if (!whitelisted_cast(stmt, ptr_lhs_type, op0_type))
ptr_lhs_type      907 scripts/gcc-plugins/randomize_layout_plugin.c 						MISMATCH(gimple_location(stmt), "op0", ptr_lhs_type, op0_type);
ptr_lhs_type      919 scripts/gcc-plugins/randomize_layout_plugin.c 					if (!whitelisted_cast(stmt, ptr_lhs_type, ptr_rhs_type))
ptr_lhs_type      920 scripts/gcc-plugins/randomize_layout_plugin.c 						MISMATCH(gimple_location(stmt), "ssa", ptr_lhs_type, ptr_rhs_type);