Searched refs:decl_spec (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.c179 typedef struct decl_spec { struct
212 DeclSpec decl_spec; member in struct:parameter
234 DeclSpec decl_spec; member in union:__anon478
302 extern void put_body (FILE *outf, DeclSpec *decl_spec, Declarator *declarator);
1325 gen_declarations(&yystack.l_mark[-1].decl_spec, (DeclaratorList *)0);
1329 free_decl_spec(&yystack.l_mark[-1].decl_spec);
1337 set_param_types(func_params, &yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list);
1339 gen_declarations(&yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list);
1345 free_decl_spec(&yystack.l_mark[-2].decl_spec);
1352 cur_decl_spec_flags = yystack.l_mark[0].decl_spec
1453 DeclSpec decl_spec; local
[all...]
/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c199 typedef struct decl_spec { struct
232 DeclSpec decl_spec; member in struct:parameter
254 DeclSpec decl_spec; member in union:__anon418
322 extern void put_body (FILE *outf, DeclSpec *decl_spec, Declarator *declarator);
2052 gen_declarations(&yystack.l_mark[-1].decl_spec, (DeclaratorList *)0);
2056 free_decl_spec(&yystack.l_mark[-1].decl_spec);
2064 set_param_types(func_params, &yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list);
2066 gen_declarations(&yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list);
2072 free_decl_spec(&yystack.l_mark[-2].decl_spec);
2079 cur_decl_spec_flags = yystack.l_mark[0].decl_spec
2180 DeclSpec decl_spec; local
[all...]
/freebsd-13-stable/contrib/byacc/test/
H A Dgrammar.y67 %type <decl_spec> decl_specifiers decl_specifier
68 %type <decl_spec> storage_class type_specifier type_qualifier
69 %type <decl_spec> struct_or_union_specifier enum_specifier
149 typedef struct decl_spec {
182 DeclSpec decl_spec;
204 DeclSpec decl_spec;
272 extern void put_body (FILE *outf, DeclSpec *decl_spec, Declarator *declarator);
531 DeclSpec decl_spec;
535 new_decl_spec(&decl_spec, dft_decl_spec(), $1->begin, DS_NONE);
537 gen_func_definition(&decl_spec,
[all...]
H A Dbtyacc_demo.y62 %type <type> decl_specs(<scope>) decl_spec(<scope>) typename(<scope>)
121 decl_spec [ $$ = $1; ]
122 | decl_specs decl_spec($e) [ $$ = type_combine($1, $2); ]
129 decl_spec($e):

Completed in 256 milliseconds