Searched refs:symbol_from_uniqstr (Results 1 – 5 of 5) sorted by relevance
/external/bison/src/ |
D | symtab.h | 119 symbol *symbol_from_uniqstr (const uniqstr key, location loc);
|
D | parse-gram.y | 641 { $$ = symbol_from_uniqstr ($1, @1); } 651 ID_COLON { $$ = symbol_from_uniqstr ($1, @1); }
|
D | symtab.c | 662 symbol_from_uniqstr (const uniqstr key, location loc) in symbol_from_uniqstr() function 715 return symbol_from_uniqstr (uniqstr_new (key), loc); in symbol_get()
|
D | parse-gram.c | 2852 { (yyval.symbol) = symbol_from_uniqstr ((yyvsp[(1) - (1)].uniqstr), (yylsp[(1) - (1)])); } 2868 { (yyval.symbol) = symbol_from_uniqstr ((yyvsp[(1) - (1)].uniqstr), (yylsp[(1) - (1)])); }
|
/external/bison/ |
D | ChangeLog-2012 | 2194 (symbol_from_uniqstr): If a new symbol is being created, assert 2499 * src/symtab.c (symbol_from_uniqstr, semantic_type_from_uniqstr): 7980 * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
|