Searched refs:decl_list (Results 1 – 17 of 17) sorted by relevance
87 struct decl_list { struct89 struct decl_list *next; argument91 typedef struct decl_list decl_list; typedef94 decl_list *decls;115 decl_list *decls;
124 decl_list *decls; in def_struct()125 decl_list **tailp; in def_struct()135 decls = ALLOC(decl_list); in def_struct()151 decl_list *decls; in def_program()152 decl_list **tailp; in def_program()192 decls = ALLOC(decl_list); in def_program()201 decls = ALLOC(decl_list); in def_program()
118 decl_list *l; in printarglist()178 decl_list *l; in printbody()
172 decl_list *l; in pargdef()218 decl_list *l; in pstructdef()351 decl_list *dl; in pprocdef()
316 decl_list *dl; in emit_program()396 decl_list *dl; in emit_struct()398 decl_list *cur = NULL, *psav; in emit_struct()
92 decl_list *l; in write_sample_client()
295 decl_list *l; in write_real_program()
11 6 input : $$1 decl_list13 7 decl_list :17 9 decl_list : decl_list $$2 decl112 input : $$1 . decl_list (6)113 decl_list : . (7)117 decl_list goto 3121 input : $$1 decl_list . (6)122 decl_list : decl_list . $$2 decl (9)138 decl_list : decl_list $$2 . decl (9)194 decl_list : decl_list $$2 decl . (9)[all …]
133 local decl_list = {}147 table.insert(decl_list, { lineno = lineno, rule = type })158 local expected = decl_list[decl_list_index]
60 decl_list(<scope>)108 input: decl_list(global_scope = new_scope(0)) ;109 decl_list($e): | decl_list decl($e) ;
72 %type <decl_list> init_declarator_list210 DeclaratorList decl_list; member
1000 auto_vec<numbered_tree, 40> decl_list; in dump_enumerated_decls() local1003 wi.info = (void *) &decl_list; in dump_enumerated_decls()1012 decl_list.qsort (compare_decls_by_uid); in dump_enumerated_decls()1013 if (decl_list.length ()) in dump_enumerated_decls()1021 FOR_EACH_VEC_ELT (decl_list, ix, ntp) in dump_enumerated_decls()
1017 auto_vec<numbered_tree, 40> decl_list; in dump_enumerated_decls() local1020 wi.info = (void *) &decl_list; in dump_enumerated_decls()1029 decl_list.qsort (compare_decls_by_uid); in dump_enumerated_decls()1030 if (decl_list.length ()) in dump_enumerated_decls()1038 FOR_EACH_VEC_ELT (decl_list, ix, ntp) in dump_enumerated_decls()
2228 tree decl_list; member2361 #define CLASSTYPE_DECL_LIST(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->decl_list)
2388 tree decl_list; member2522 #define CLASSTYPE_DECL_LIST(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->decl_list)
11987 tree decl_list = tree_list (true); in read_class_def() local12013 CLASSTYPE_DECL_LIST (type) = decl_list; in read_class_def()
975 * cp-tree.h (lang_type_class): Add decl_list field.