Home
last modified time | relevance | path

Searched refs:parse_union_declaration (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c796 static struct token *parse_union_declaration(struct token *token, struct symbol *sym) in parse_union_declaration() function
808 return struct_union_enum_specifier(SYM_UNION, token, ctx, parse_union_declaration); in union_specifier()