Home
last modified time | relevance | path

Searched refs:uniqstr (Results 1 – 24 of 24) sorted by relevance

/external/bison/src/
Dsymtab.h59 uniqstr tag;
69 uniqstr type_name;
119 symbol *symbol_from_uniqstr (const uniqstr key, location loc);
141 void symbol_type_set (symbol *sym, uniqstr type_name, location loc);
198 uniqstr tag;
207 semantic_type *semantic_type_from_uniqstr (const uniqstr key);
Duniqstr.c43 uniqstr
46 uniqstr res = hash_lookup (uniqstrs_table, str); in uniqstr_new()
57 uniqstr
94 uniqstr_print (uniqstr ustr) in uniqstr_print()
Dreader.h33 uniqstr name;
34 uniqstr type;
52 void grammar_current_rule_merge_set (uniqstr name, location loc);
Dsymlist.h49 uniqstr type_name;
89 symbol_list *symbol_list_type_new (uniqstr type_name, location loc);
116 uniqstr symbol_list_n_type_name_get (symbol_list *l, location loc, int n);
Duniqstr.h27 typedef char const *uniqstr; typedef
30 uniqstr uniqstr_new (char const *str);
35 uniqstr uniqstr_vsprintf (char const *format, ...)
Dnamed-ref.h31 uniqstr id;
38 named_ref *named_ref_new (uniqstr id, location loc);
Dfiles.h56 extern uniqstr grammar_file;
59 extern uniqstr current_file;
Dparse-gram.c141 static uniqstr current_type = NULL;
346 uniqstr uniqstr; member
1109 { fprintf (stderr, "[%s]", ((*yyvaluep).uniqstr)); };
1130 { fputs (((*yyvaluep).uniqstr), stderr); };
1137 { fprintf (stderr, "%s:", ((*yyvaluep).uniqstr)); };
1151 { fprintf (stderr, "<%s>", ((*yyvaluep).uniqstr)); };
1165 { fputs (((*yyvaluep).uniqstr), stderr); };
2224 …muscle_percent_define_insert ((yyvsp[(2) - (3)].uniqstr), (yylsp[(2) - (3)]), (yyvsp[(3) - (3)].ch…
2498 …muscle_percent_code_grow ((yyvsp[(2) - (3)].uniqstr), (yylsp[(2) - (3)]), (yyvsp[(3) - (3)].chars)…
2512 { muscle_code_grow ("union_name", (yyvsp[(1) - (1)].uniqstr), (yylsp[(1) - (1)])); }
[all …]
Dparse-gram.h187 uniqstr uniqstr; member
Dparse-gram.y65 static uniqstr current_type = NULL;
122 uniqstr uniqstr; member
210 %type <uniqstr> BRACKETED_ID ID ID_COLON TYPE variable
211 %printer { fputs ($$, stderr); } <uniqstr>
Dscan-gram.l68 static uniqstr bracketed_id_str = 0;
232 val->uniqstr = uniqstr_new (yytext);
274 val->uniqstr = uniqstr_new (last_string);
369 val->uniqstr = bracketed_id_str;
396 val->uniqstr = bracketed_id_str;
DMakefile.am69 uniqstr.c uniqstr.h \
Dnamed-ref.c26 named_ref_new (uniqstr id, location loc) in named_ref_new()
Dsymlist.c64 symbol_list_type_new (uniqstr type_name, location loc) in symbol_list_type_new()
205 uniqstr
Dfiles.c57 uniqstr grammar_file = NULL;
58 uniqstr current_file = NULL;
Dsymtab.c62 symbol_new (uniqstr tag, location loc) in symbol_new()
102 semantic_type_new (uniqstr tag) in semantic_type_new()
177 symbol_type_set (symbol *sym, uniqstr type_name, location loc) in symbol_type_set()
662 symbol_from_uniqstr (const uniqstr key, location loc) in symbol_from_uniqstr()
688 semantic_type_from_uniqstr (const uniqstr key) in semantic_type_from_uniqstr()
Dlocation.h29 uniqstr file;
Dreader.c79 get_merge_function (uniqstr name) in get_merge_function()
112 record_merge_function_type (int merger, uniqstr type, location declaration_loc) in record_merge_function_type()
453 grammar_current_rule_merge_set (uniqstr name, location loc) in grammar_current_rule_merge_set()
Dscan-gram.c1011 static uniqstr bracketed_id_str = 0;
1737 val->uniqstr = uniqstr_new (gram_text);
1804 val->uniqstr = uniqstr_new (last_string);
1928 val->uniqstr = bracketed_id_str;
1963 val->uniqstr = bracketed_id_str;
Dscan-code.l318 uniqstr id;
383 variant_add (uniqstr id, location id_loc, unsigned symbol_index, in variant_add()
DMakefile.in189 symtab.$(OBJEXT) tables.$(OBJEXT) uniqstr.$(OBJEXT) \
1466 uniqstr.c uniqstr.h \
1669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uniqstr.Po@am__quote@
Dscan-code.c2507 uniqstr id;
2572 variant_add (uniqstr id, location id_loc, unsigned symbol_index, in variant_add()
/external/bison/
DChangeLog-20121081 * src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h:
1745 * src/uniqstr.c (uniqstr_vsprintf): New function.
1746 * src/uniqstr.h (uniqstr_vsprintf): Add prototype.
2442 * src/uniqstr.c (uniqstr_new): New.
2487 * src/uniqstr.h: Comment changes.
4817 * src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h:
9458 * src/uniqstr.c: Likewise.
10346 * src/uniqstr.c (uniqstr_assert):
10978 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
11990 * src/location.h (struct): The file member is a uniqstr.
[all …]
DChangeLog1061 * src/uniqstr.h (UNIQSTR_EQ): Likewise.
1414 * src/uniqstr.h (UNIQSTR_EQ): Likewise.