Searched defs:struct_or_union (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y211 %type <l_tok> struct_or_union
681 | struct_or_union DT_TOK_IDENT { $$ = dt_decl_spec($1, $2); }
682 | struct_or_union DT_TOK_TNAME { $$ = dt_decl_spec($1, $2); }
686 struct_or_union '{' { dt_decl_sou($1, NULL); }
687 | struct_or_union DT_TOK_IDENT '{' { dt_decl_sou($1, $2); }
688 | struct_or_union DT_TOK_TNAME '{' { dt_decl_sou($1, $2); }
691 struct_or_union: label

Completed in 59 milliseconds