/external/bison/src/ |
D | symtab.h | 59 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);
|
D | uniqstr.c | 43 uniqstr 46 uniqstr res = hash_lookup (uniqstrs_table, str); in uniqstr_new() 57 uniqstr 94 uniqstr_print (uniqstr ustr) in uniqstr_print()
|
D | reader.h | 33 uniqstr name; 34 uniqstr type; 52 void grammar_current_rule_merge_set (uniqstr name, location loc);
|
D | symlist.h | 49 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);
|
D | uniqstr.h | 27 typedef char const *uniqstr; typedef 30 uniqstr uniqstr_new (char const *str); 35 uniqstr uniqstr_vsprintf (char const *format, ...)
|
D | named-ref.h | 31 uniqstr id; 38 named_ref *named_ref_new (uniqstr id, location loc);
|
D | files.h | 56 extern uniqstr grammar_file; 59 extern uniqstr current_file;
|
D | parse-gram.c | 141 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 …]
|
D | parse-gram.h | 187 uniqstr uniqstr; member
|
D | parse-gram.y | 65 static uniqstr current_type = NULL; 122 uniqstr uniqstr; member 210 %type <uniqstr> BRACKETED_ID ID ID_COLON TYPE variable 211 %printer { fputs ($$, stderr); } <uniqstr>
|
D | scan-gram.l | 68 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;
|
D | Makefile.am | 69 uniqstr.c uniqstr.h \
|
D | named-ref.c | 26 named_ref_new (uniqstr id, location loc) in named_ref_new()
|
D | symlist.c | 64 symbol_list_type_new (uniqstr type_name, location loc) in symbol_list_type_new() 205 uniqstr
|
D | files.c | 57 uniqstr grammar_file = NULL; 58 uniqstr current_file = NULL;
|
D | symtab.c | 62 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()
|
D | location.h | 29 uniqstr file;
|
D | reader.c | 79 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()
|
D | scan-gram.c | 1011 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;
|
D | scan-code.l | 318 uniqstr id; 383 variant_add (uniqstr id, location id_loc, unsigned symbol_index, in variant_add()
|
D | Makefile.in | 189 symtab.$(OBJEXT) tables.$(OBJEXT) uniqstr.$(OBJEXT) \ 1466 uniqstr.c uniqstr.h \ 1669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uniqstr.Po@am__quote@
|
D | scan-code.c | 2507 uniqstr id; 2572 variant_add (uniqstr id, location id_loc, unsigned symbol_index, in variant_add()
|
/external/bison/ |
D | ChangeLog-2012 | 1081 * 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 …]
|
D | ChangeLog | 1061 * src/uniqstr.h (UNIQSTR_EQ): Likewise. 1414 * src/uniqstr.h (UNIQSTR_EQ): Likewise.
|