Searched refs:struct_union_enum_specifier (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | parse.c | 717 static struct token *struct_union_enum_specifier(enum type type, in struct_union_enum_specifier() function 803 return struct_union_enum_specifier(SYM_STRUCT, token, ctx, parse_struct_declaration); in struct_specifier() 808 return struct_union_enum_specifier(SYM_UNION, token, ctx, parse_union_declaration); in union_specifier() 1042 struct token *ret = struct_union_enum_specifier(SYM_ENUM, token, ctx, parse_enum_declaration); in enum_specifier()
|