/external/bison/src/ |
symlist.h | 30 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_new (location loc) [all...] |
symlist.c | 32 symbol_list * 35 symbol_list *res = xmalloc (sizeof *res); 63 symbol_list * 66 symbol_list *res = xmalloc (sizeof *res); 82 symbol_list * 85 symbol_list *res = xmalloc (sizeof *res); 100 symbol_list * 103 symbol_list *res = xmalloc (sizeof *res); 119 symbol_list_syms_print (const symbol_list *l, FILE *f) 135 symbol_list * [all...] |
scan-code.h | 26 struct symbol_list; 61 * one is for a RHS \c symbol_list node. Instead, it's the \c code_props 70 struct symbol_list *rule; 139 location code_loc, struct symbol_list *rule,
|
reader.c | 41 static symbol_list *grammar = NULL; 166 | Parse the input grammar into a one symbol_list structure. Each | 177 static symbol_list *grammar_end = NULL; 180 static symbol_list * 183 symbol_list *p = symbol_list_sym_new (sym, loc); 201 assign_named_ref (symbol_list *p, named_ref *name) 220 static symbol_list *current_rule = NULL; 221 static symbol_list *previous_rule_end = NULL; 232 symbol_list* p; 265 symbol_should_be_used (symbol_list const *s, bool *midrule_warning [all...] |
scan-code.l | 52 static void handle_action_dollar (symbol_list *rule, char *cp, 54 static void handle_action_at (symbol_list *rule, char *cp, location at_loc); 500 parse_ref (char *cp, symbol_list *rule, int rule_length, 504 symbol_list *l; 715 handle_action_dollar (symbol_list *rule, char *text, location dollar_loc) 719 symbol_list *effective_rule; 810 handle_action_at (symbol_list *rule, char *text, location at_loc) 813 symbol_list *effective_rule; 914 location code_loc, symbol_list *rule,
|
parse-gram.y | 81 are always assigned by deep copy into the current symbol_list 117 symbol_list *list; 355 symbol_list *list; 367 symbol_list *list; 432 symbol_list *list; 443 symbol_list *list;
|
parse-gram.h | 182 symbol_list *list;
|
scan-code.c | 703 static void handle_action_dollar (symbol_list *rule, char *cp, 705 static void handle_action_at (symbol_list *rule, char *cp, location at_loc); [all...] |
parse-gram.c | 157 are always assigned by deep copy into the current symbol_list 341 symbol_list *list; [all...] |
/external/chromium_org/third_party/codesighs/ |
readelf_wrap.pl | 78 my @symbol_list; 118 push (@symbol_list, \@sym); 125 @symbol_list = (); 138 foreach $sym (@symbol_list) {
|