Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c916 static struct token *parse_enum_declaration(struct token *token, struct symbol *parent) in parse_enum_declaration() function
1042 struct token *ret = struct_union_enum_specifier(SYM_ENUM, token, ctx, parse_enum_declaration); in enum_specifier()