Searched refs:decl_list (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/usr.bin/rpcgen/
H A Drpc_parse.h118 struct decl_list { struct
120 struct decl_list *next;
122 typedef struct decl_list decl_list; typedef in typeref:struct:decl_list
125 decl_list *decls;
146 decl_list *decls;
H A Drpc_parse.c117 decl_list *decls;
118 decl_list **tailp;
128 decls = XALLOC(decl_list);
144 decl_list *decls;
145 decl_list **tailp;
187 decls = XALLOC(decl_list);
196 decls = XALLOC(decl_list);
H A Drpc_clntout.c119 decl_list *l;
173 decl_list *l;
H A Drpc_hout.c162 decl_list *l;
195 decl_list *l;
348 decl_list *dl;
H A Drpc_cout.c298 decl_list *dl;
382 decl_list *dl;
384 decl_list *cur, *psav;
541 decl_list *dl;
H A Drpc_sample.c85 decl_list *l;
H A Drpc_svcout.c337 decl_list *l;
/freebsd-12-stable/contrib/byacc/test/
H A Dbtyacc_demo.y58 decl_list(<scope>)
106 input: decl_list(global_scope = new_scope(0)) ;
107 decl_list($e): | decl_list decl($e) ;
H A Dgrammar.y70 %type <decl_list> init_declarator_list
207 DeclaratorList decl_list;
/freebsd-12-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.c237 DeclaratorList decl_list; member in union:__anon1063
1334 set_param_types(func_params, &yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list);
1336 gen_declarations(&yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list);
1340 free_decl_list(&yystack.l_mark[-1].decl_list);
1648 new_decl_list(&yyval.decl_list, yystack.l_mark[0].declarator);
1654 add_decl_list(&yyval.decl_list, &yystack.l_mark[-2].decl_list, yystack.l_mark[0].declarator);
/freebsd-12-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c257 DeclaratorList decl_list; member in union:__anon1014
2060 set_param_types(func_params, &yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list);
2062 gen_declarations(&yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list);
2066 free_decl_list(&yystack.l_mark[-1].decl_list);
2374 new_decl_list(&yyval.decl_list, yystack.l_mark[0].declarator);
2380 add_decl_list(&yyval.decl_list, &yystack.l_mark[-2].decl_list, yystack.l_mark[0].declarator);
/freebsd-12-stable/contrib/gcc/cp/
H A Dcp-tree.h1087 tree decl_list;
1237 #define CLASSTYPE_DECL_LIST(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->decl_list)
1084 tree decl_list; local

Completed in 138 milliseconds