Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dparse.c718 static struct token *struct_union_enum_specifier(enum type type, in struct_union_enum_specifier() function
802 return struct_union_enum_specifier(SYM_STRUCT, token, ctx, parse_struct_declaration); in struct_specifier()
807 return struct_union_enum_specifier(SYM_UNION, token, ctx, parse_union_declaration); in union_specifier()
1041 struct token *ret = struct_union_enum_specifier(SYM_ENUM, token, ctx, parse_enum_declaration); in enum_specifier()