Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.bin/rpcgen/
Drpc_parse.h118 struct decl_list { struct
120 struct decl_list *next; argument
122 typedef struct decl_list decl_list; typedef
125 decl_list *decls;
146 decl_list *decls;
Drpc_parse.c116 decl_list *decls; in def_struct()
117 decl_list **tailp; in def_struct()
127 decls = XALLOC(decl_list); in def_struct()
143 decl_list *decls; in def_program()
144 decl_list **tailp; in def_program()
186 decls = XALLOC(decl_list); in def_program()
195 decls = XALLOC(decl_list); in def_program()
Drpc_clntout.c119 decl_list *l; in printarglist()
173 decl_list *l; in printbody()
Drpc_cout.c298 decl_list *dl; in emit_program()
382 decl_list *dl; in inline_struct()
384 decl_list *cur, *psav; in inline_struct()
541 decl_list *dl; in emit_struct()
Drpc_hout.c162 decl_list *l; in pargdef()
195 decl_list *l; in pstructdef()
348 decl_list *dl; in parglist()
Drpc_sample.c85 decl_list *l; in write_sample_client()
Drpc_svcout.c337 decl_list *l; in write_real_program()
/freebsd-10-stable/contrib/byacc/test/btyacc/
Dbtyacc_demo.output11 6 input : $$1 decl_list
13 7 decl_list :
17 9 decl_list : decl_list $$2 decl
117 input : $$1 . decl_list (6)
118 decl_list : . (7)
122 decl_list goto 3
126 input : $$1 decl_list . (6)
127 decl_list : decl_list . $$2 decl (9)
143 decl_list : decl_list $$2 . decl (9)
199 decl_list : decl_list $$2 decl . (9)
[all …]
Dgrammar.tab.c257 DeclaratorList decl_list; member
2045 set_param_types(func_params, &yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list); in YYPARSE_DECL()
2047 gen_declarations(&yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list); in YYPARSE_DECL()
2051 free_decl_list(&yystack.l_mark[-1].decl_list); in YYPARSE_DECL()
2359 new_decl_list(&yyval.decl_list, yystack.l_mark[0].declarator); in YYPARSE_DECL()
2365 add_decl_list(&yyval.decl_list, &yystack.l_mark[-2].decl_list, yystack.l_mark[0].declarator); in YYPARSE_DECL()
/freebsd-10-stable/contrib/byacc/test/
Dbtyacc_demo.y58 decl_list(<scope>)
106 input: decl_list(global_scope = new_scope(0)) ;
107 decl_list($e): | decl_list decl($e) ;
Dgrammar.y70 %type <decl_list> init_declarator_list
207 DeclaratorList decl_list; member
/freebsd-10-stable/contrib/byacc/test/yacc/
Dgrammar.tab.c237 DeclaratorList decl_list; member
1337 set_param_types(func_params, &yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list); in YYPARSE_DECL()
1339 gen_declarations(&yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list); in YYPARSE_DECL()
1343 free_decl_list(&yystack.l_mark[-1].decl_list); in YYPARSE_DECL()
1651 new_decl_list(&yyval.decl_list, yystack.l_mark[0].declarator); in YYPARSE_DECL()
1657 add_decl_list(&yyval.decl_list, &yystack.l_mark[-2].decl_list, yystack.l_mark[0].declarator); in YYPARSE_DECL()
/freebsd-10-stable/contrib/gcc/cp/
Dcp-tree.h1084 tree decl_list; member
1234 #define CLASSTYPE_DECL_LIST(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->decl_list)
DChangeLog-2002975 * cp-tree.h (lang_type_class): Add decl_list field.