Searched refs:decl_list (Results 1 – 14 of 14) sorted by relevance
| /freebsd-10-stable/usr.bin/rpcgen/ |
| D | rpc_parse.h | 118 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;
|
| D | rpc_parse.c | 116 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()
|
| D | rpc_clntout.c | 119 decl_list *l; in printarglist() 173 decl_list *l; in printbody()
|
| D | rpc_cout.c | 298 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()
|
| D | rpc_hout.c | 162 decl_list *l; in pargdef() 195 decl_list *l; in pstructdef() 348 decl_list *dl; in parglist()
|
| D | rpc_sample.c | 85 decl_list *l; in write_sample_client()
|
| D | rpc_svcout.c | 337 decl_list *l; in write_real_program()
|
| /freebsd-10-stable/contrib/byacc/test/btyacc/ |
| D | btyacc_demo.output | 11 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 …]
|
| D | grammar.tab.c | 257 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/ |
| D | btyacc_demo.y | 58 decl_list(<scope>) 106 input: decl_list(global_scope = new_scope(0)) ; 107 decl_list($e): | decl_list decl($e) ;
|
| D | grammar.y | 70 %type <decl_list> init_declarator_list 207 DeclaratorList decl_list; member
|
| /freebsd-10-stable/contrib/byacc/test/yacc/ |
| D | grammar.tab.c | 237 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/ |
| D | cp-tree.h | 1084 tree decl_list; member 1234 #define CLASSTYPE_DECL_LIST(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->decl_list)
|
| D | ChangeLog-2002 | 975 * cp-tree.h (lang_type_class): Add decl_list field.
|