SYM_UNION          52 scripts/genksyms/genksyms.c 	[SYM_UNION]      = {'u', "union"},
SYM_UNION         148 scripts/genksyms/genksyms.c 	case SYM_UNION:
SYM_UNION         175 scripts/genksyms/genksyms.c 		 sym->type == SYM_UNION ||
SYM_UNION         582 scripts/genksyms/genksyms.c 		case SYM_UNION:
SYM_UNION         222 scripts/genksyms/parse.y 		{ remove_node($1); (*$2)->tag = SYM_UNION; $$ = $2; }
SYM_UNION         230 scripts/genksyms/parse.y 		{ record_compound($1, $2, $3, SYM_UNION); $$ = $3; }