| /src/usr.bin/rpcgen/ |
| rpc_parse.h | 87 struct decl_list { struct 89 struct decl_list *next; 91 typedef struct decl_list decl_list; typedef in typeref:struct:decl_list 94 decl_list *decls; 115 decl_list *decls;
|
| rpc_parse.c | 124 decl_list *decls; 125 decl_list **tailp; 135 decls = ALLOC(decl_list); 151 decl_list *decls; 152 decl_list **tailp; 192 decls = ALLOC(decl_list); 201 decls = ALLOC(decl_list);
|
| rpc_clntout.c | 118 decl_list *l; 178 decl_list *l;
|
| rpc_hout.c | 172 decl_list *l; 218 decl_list *l; 351 decl_list *dl;
|
| rpc_cout.c | 316 decl_list *dl; 396 decl_list *dl; 398 decl_list *cur = NULL, *psav;
|
| rpc_sample.c | 92 decl_list *l;
|
| rpc_svcout.c | 295 decl_list *l;
|
| /src/external/bsd/byacc/dist/test/ |
| btyacc_demo.y | 19 typedef int Decl_List; 44 Decl_List *dlist; 60 decl_list(<scope>) 108 input: decl_list(global_scope = new_scope(NULL)) ; 109 decl_list($e): | decl_list decl($e) ; 221 extern Decl * build_function(Decl *decl, Decl_List *dlist, Type *type); 222 extern Decl_List * append_dlist(Decl_List *dlist, Decl *decl); 223 extern Decl_List * build_dlist(Decl *decl) [all...] |
| grammar.y | 72 %type <decl_list> init_declarator_list 210 DeclaratorList decl_list;
|
| /src/usr.bin/xlint/lint1/ |
| check-msgs.lua | 133 local decl_list = {} 147 table.insert(decl_list, { lineno = lineno, rule = type }) 158 local expected = decl_list[decl_list_index]
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-dfa.cc | 1017 auto_vec<numbered_tree, 40> decl_list; local 1020 wi.info = (void *) &decl_list; 1029 decl_list.qsort (compare_decls_by_uid); 1030 if (decl_list.length ()) 1038 FOR_EACH_VEC_ELT (decl_list, ix, ntp)
|
| /src/external/bsd/byacc/dist/test/yacc/ |
| grammar.tab.c | 240 DeclaratorList decl_list; member in union:__anon4196 1357 set_param_types(func_params, &yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list); 1359 gen_declarations(&yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list); 1363 free_decl_list(&yystack.l_mark[-1].decl_list); 1709 new_decl_list(&yyval.decl_list, yystack.l_mark[0].declarator); 1716 add_decl_list(&yyval.decl_list, &yystack.l_mark[-2].decl_list, yystack.l_mark[0].declarator);
|
| /src/external/bsd/byacc/dist/test/btyacc/ |
| grammar.tab.c | 260 DeclaratorList decl_list; member in union:__anon4147 2083 set_param_types(func_params, &yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list); 2085 gen_declarations(&yystack.l_mark[-2].decl_spec, &yystack.l_mark[-1].decl_list); 2089 free_decl_list(&yystack.l_mark[-1].decl_list); 2435 new_decl_list(&yyval.decl_list, yystack.l_mark[0].declarator); 2442 add_decl_list(&yyval.decl_list, &yystack.l_mark[-2].decl_list, yystack.l_mark[0].declarator);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cp-tree.h | 2393 tree decl_list; 2527 #define CLASSTYPE_DECL_LIST(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->decl_list) 2388 tree decl_list; variable
|
| module.cc | 10467 /* Find by index on the class's DECL_LIST */ 11987 tree decl_list = tree_list (true); 12013 CLASSTYPE_DECL_LIST (type) = decl_list;
|