| /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;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-dfa.cc | 1011 auto_vec<numbered_tree, 40> decl_list; local 1014 wi.info = (void *) &decl_list; 1023 decl_list.qsort (compare_decls_by_uid); 1024 if (decl_list.length ()) 1032 FOR_EACH_VEC_ELT (decl_list, ix, ntp)
|
| /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:__anon6507 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:__anon6458 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/dist/gcc/cp/ |
| cp-tree.h | 2454 tree decl_list; 2588 #define CLASSTYPE_DECL_LIST(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->decl_list) 2449 tree decl_list; variable
|
| /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
|