Searched refs:uniqstr (Results 1 - 18 of 18) sorted by relevance

/external/bison/src/
H A Duniqstr.h29 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. */
H A Dfiles.h24 # include "uniqstr.h"
58 extern uniqstr grammar_file;
61 extern uniqstr current_file;
H A Dlocation.h24 # include "uniqstr.h"
30 uniqstr file;
H A Dreader.h34 uniqstr name;
35 uniqstr type;
72 void grammar_current_rule_merge_set (uniqstr name, location loc);
H A Dsymtab.h28 # include "uniqstr.h"
55 uniqstr tag;
60 uniqstr type_name;
112 void symbol_type_set (symbol *sym, uniqstr type_name, location loc);
H A Duniqstr.c29 #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 ust
[all...]
H A Dsymlist.h78 uniqstr symbol_list_n_type_name_get (symbol_list *l, location loc, int n);
H A Dparse-gram.h158 uniqstr uniqstr; member in union:YYSTYPE
H A Dfiles.c56 uniqstr grammar_file = NULL;
57 uniqstr current_file = NULL;
H A Dparse-gram.y55 static uniqstr current_type = 0;
100 uniqstr uniqstr;
189 %type <uniqstr> TYPE
H A Dsymlist.c139 uniqstr
H A Dreader.c97 get_merge_function (uniqstr name, uniqstr type, location loc)
378 grammar_current_rule_merge_set (uniqstr name, location loc)
H A Dsymtab.c49 symbol_new (uniqstr tag, location loc)
121 symbol_type_set (symbol *sym, uniqstr type_name, location loc)
H A Dparse-gram.c240 static uniqstr current_type = 0;
286 uniqstr uniqstr; member in union:YYSTYPE
1017 { fprintf (stderr, "<%s>", (yyvaluep->uniqstr)); };
1978 symbol_type_set (list->sym, (yyvsp[(2) - (3)].uniqstr), (yylsp[(2) - (3)]));
2020 { current_type = (yyvsp[(1) - (1)].uniqstr); }
2036 current_type = (yyvsp[(1) - (1)].uniqstr);
2120 { grammar_current_rule_merge_set ((yyvsp[(3) - (3)].uniqstr), (yylsp[(3) - (3)])); }
H A DMakefile90 uniqstr.$(OBJEXT) vcg.$(OBJEXT)
275 uniqstr.c uniqstr.h \
397 include ./$(DEPDIR)/uniqstr.Po
H A Dscan-gram.l43 #include "uniqstr.h"
308 val->uniqstr = uniqstr_new (last_string);
H A Dscan-gram.c904 #include "uniqstr.h"
1703 val->uniqstr = uniqstr_new (last_string);
/external/bison/
H A DAndroid.mk69 src/uniqstr.c \

Completed in 104 milliseconds