Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c56 struct_specifier, union_specifier, enum_specifier, variable
229 .declarator = union_specifier,
806 static struct token *union_specifier(struct token *token, struct decl_state *ctx) in union_specifier() function