Searched refs:decl_list (Results 1 – 11 of 11) sorted by relevance
| /dragonfly/usr.bin/rpcgen/ |
| HD | rpc_parse.h | 115 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;
|
| HD | rpc_parse.c | 109 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()
|
| HD | rpc_clntout.c | 108 decl_list *l; in printarglist() 161 decl_list *l; in printbody()
|
| HD | rpc_cout.c | 285 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()
|
| HD | rpc_hout.c | 153 decl_list *l; in pargdef() 179 decl_list *l; in pstructdef() 331 decl_list *dl; in parglist()
|
| HD | rpc_sample.c | 82 decl_list *l; in write_sample_client()
|
| HD | rpc_svcout.c | 320 decl_list *l; in write_real_program()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-ssa-live.c | 1290 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/ |
| HD | tree-dfa.c | 954 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/ |
| HD | cp-tree.h | 1404 tree decl_list; member 1581 #define CLASSTYPE_DECL_LIST(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->decl_list)
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | cp-tree.h | 2054 tree decl_list; member 2187 #define CLASSTYPE_DECL_LIST(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->decl_list)
|