/external/bison/src/ |
uniqstr.h | 29 typedef char const *uniqstr; typedef 31 /* Return the uniqstr for STR. */ 32 uniqstr uniqstr_new (char const *str); 34 /* Two uniqstr values have the same value iff they are the same. */ 44 /* Die if STR is not a uniqstr. */
|
files.h | 24 # include "uniqstr.h" 58 extern uniqstr grammar_file; 61 extern uniqstr current_file;
|
location.h | 24 # include "uniqstr.h" 30 uniqstr file;
|
reader.h | 34 uniqstr name; 35 uniqstr type; 72 void grammar_current_rule_merge_set (uniqstr name, location loc);
|
symtab.h | 28 # include "uniqstr.h" 55 uniqstr tag; 60 uniqstr type_name; 112 void symbol_type_set (symbol *sym, uniqstr type_name, location loc);
|
uniqstr.c | 29 #include "uniqstr.h" 32 | A uniqstr hash table. | 35 /* Initial capacity of uniqstr hash table. */ 41 | Create the uniqstr for S if needed. | 44 uniqstr 47 uniqstr res = hash_lookup (uniqstrs_table, str); 59 | Abort if S is not a uniqstr. | 68 "not a uniqstr: %s", quotearg (str)); 75 | Print the uniqstr. | 79 uniqstr_print (uniqstr ustr [all...] |
symlist.h | 78 uniqstr symbol_list_n_type_name_get (symbol_list *l, location loc, int n);
|
parse-gram.h | 158 uniqstr uniqstr; member in union:YYSTYPE
|
files.c | 56 uniqstr grammar_file = NULL; 57 uniqstr current_file = NULL;
|
parse-gram.y | 55 static uniqstr current_type = 0; 100 uniqstr uniqstr; 189 %type <uniqstr> TYPE
|
symlist.c | 139 uniqstr
|
reader.c | 97 get_merge_function (uniqstr name, uniqstr type, location loc) 378 grammar_current_rule_merge_set (uniqstr name, location loc)
|
symtab.c | 49 symbol_new (uniqstr tag, location loc) 121 symbol_type_set (symbol *sym, uniqstr type_name, location loc)
|
parse-gram.c | 240 static uniqstr current_type = 0; 286 uniqstr uniqstr; member in union:YYSTYPE [all...] |
Makefile | 90 uniqstr.$(OBJEXT) vcg.$(OBJEXT) 275 uniqstr.c uniqstr.h \ 397 include ./$(DEPDIR)/uniqstr.Po
|
scan-gram.l | 43 #include "uniqstr.h" 308 val->uniqstr = uniqstr_new (last_string); [all...] |
scan-gram.c | [all...] |
/external/bison/ |
Android.mk | 69 src/uniqstr.c \
|