Searched defs:symbol_list (Results 1 - 1 of 1) sorted by relevance

/external/bison/src/
H A Dsymlist.h30 typedef struct symbol_list struct
43 * <tt>symbol_list::content_type = SYMLIST_SYMBOL</tt>.
47 * The semantic type iff <tt>symbol_list::content_type = SYMLIST_TYPE</tt>.
58 struct symbol_list *midrule;
64 struct symbol_list *midrule_parent_rule;
81 struct symbol_list *next;
82 } symbol_list; typedef in typeref:struct:symbol_list
86 symbol_list *symbol_list_sym_new (symbol *sym, location loc);
89 symbol_list *symbol_list_type_new (uniqstr type_name, location loc);
92 symbol_list *symbol_list_default_tagged_ne
[all...]

Completed in 172 milliseconds