INFORM             30 scripts/gcc-plugins/randomize_layout_plugin.c #define MISMATCH(loc, how, ...)	INFORM(loc, "casting between randomized structure pointer types (" how "): %qT and %qT\n", __VA_ARGS__)
INFORM            764 scripts/gcc-plugins/randomize_layout_plugin.c 			INFORM(gimple_location(stmt), "found non-char INTEGER_TYPE cast comparison: %qT\n", type_tree);
INFORM            774 scripts/gcc-plugins/randomize_layout_plugin.c 			INFORM(gimple_location(stmt), "found non-void POINTER_TYPE cast comparison %qT\n", type_tree);
INFORM            779 scripts/gcc-plugins/randomize_layout_plugin.c 		INFORM(gimple_location(stmt), "unhandled cast comparison: %qT\n", type_tree);