type_tree         749 scripts/gcc-plugins/randomize_layout_plugin.c static bool type_name_eq(gimple stmt, const_tree type_tree, const char *wanted_name)
type_tree         753 scripts/gcc-plugins/randomize_layout_plugin.c 	if (type_tree == NULL_TREE)
type_tree         756 scripts/gcc-plugins/randomize_layout_plugin.c 	switch (TREE_CODE(type_tree)) {
type_tree         758 scripts/gcc-plugins/randomize_layout_plugin.c 		type_name = TYPE_NAME_POINTER(type_tree);
type_tree         761 scripts/gcc-plugins/randomize_layout_plugin.c 		if (TYPE_PRECISION(type_tree) == CHAR_TYPE_SIZE)
type_tree         764 scripts/gcc-plugins/randomize_layout_plugin.c 			INFORM(gimple_location(stmt), "found non-char INTEGER_TYPE cast comparison: %qT\n", type_tree);
type_tree         765 scripts/gcc-plugins/randomize_layout_plugin.c 			debug_tree(type_tree);
type_tree         770 scripts/gcc-plugins/randomize_layout_plugin.c 		if (TREE_CODE(TREE_TYPE(type_tree)) == VOID_TYPE) {
type_tree         774 scripts/gcc-plugins/randomize_layout_plugin.c 			INFORM(gimple_location(stmt), "found non-void POINTER_TYPE cast comparison %qT\n", type_tree);
type_tree         775 scripts/gcc-plugins/randomize_layout_plugin.c 			debug_tree(type_tree);
type_tree         779 scripts/gcc-plugins/randomize_layout_plugin.c 		INFORM(gimple_location(stmt), "unhandled cast comparison: %qT\n", type_tree);
type_tree         780 scripts/gcc-plugins/randomize_layout_plugin.c 		debug_tree(type_tree);