Home
last modified time | relevance | path

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

/dragonfly/usr.bin/rpcgen/
HDrpc_parse.h115 struct decl_list { struct
117 struct decl_list *next; argument
119 typedef struct decl_list decl_list; typedef
122 decl_list *decls;
143 decl_list *decls;
HDrpc_parse.c109 decl_list *decls; in def_struct()
110 decl_list **tailp; in def_struct()
120 decls = XALLOC(decl_list); in def_struct()
136 decl_list *decls; in def_program()
137 decl_list **tailp; in def_program()
178 decls = XALLOC(decl_list); in def_program()
187 decls = XALLOC(decl_list); in def_program()
HDrpc_clntout.c108 decl_list *l; in printarglist()
161 decl_list *l; in printbody()
HDrpc_cout.c285 decl_list *dl; in emit_program()
369 decl_list *dl; in inline_struct()
371 decl_list *cur, *psav; in inline_struct()
529 decl_list *dl; in emit_struct()
HDrpc_hout.c153 decl_list *l; in pargdef()
179 decl_list *l; in pstructdef()
331 decl_list *dl; in parglist()
HDrpc_sample.c82 decl_list *l; in write_sample_client()
HDrpc_svcout.c320 decl_list *l; in write_real_program()
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-live.c1290 VEC (numbered_tree, heap) *decl_list = VEC_alloc (numbered_tree, heap, 40); in dump_enumerated_decls()
1293 wi.info = (void*) decl_list; in dump_enumerated_decls()
1302 decl_list = (VEC (numbered_tree, heap) *) wi.info; in dump_enumerated_decls()
1303 VEC_qsort (numbered_tree, decl_list, compare_decls_by_uid); in dump_enumerated_decls()
1304 if (VEC_length (numbered_tree, decl_list)) in dump_enumerated_decls()
1312 FOR_EACH_VEC_ELT (numbered_tree, decl_list, ix, ntp) in dump_enumerated_decls()
1322 VEC_free (numbered_tree, heap, decl_list); in dump_enumerated_decls()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-dfa.c954 auto_vec<numbered_tree, 40> decl_list; in dump_enumerated_decls() local
957 wi.info = (void *) &decl_list; in dump_enumerated_decls()
966 decl_list.qsort (compare_decls_by_uid); in dump_enumerated_decls()
967 if (decl_list.length ()) in dump_enumerated_decls()
975 FOR_EACH_VEC_ELT (decl_list, ix, ntp) in dump_enumerated_decls()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcp-tree.h1404 tree decl_list; member
1581 #define CLASSTYPE_DECL_LIST(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->decl_list)
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcp-tree.h2054 tree decl_list; member
2187 #define CLASSTYPE_DECL_LIST(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->decl_list)