Searched refs:dprec (Results 1 - 6 of 6) sorted by relevance

/external/bison/src/
H A Dreader.h51 void grammar_current_rule_dprec_set (int dprec, location loc);
H A Doutput.c214 | rline, dprec, merger. |
227 int *dprec = xnmalloc (nrules, sizeof *dprec); local
247 dprec[r] = rules[r].dprec;
258 muscle_insert_int_table ("dprec", dprec, 0, 0, nrules);
269 free (dprec);
H A Dsymlist.h73 int dprec; member in struct:symbol_list
H A Dgram.h70 RULES[R].dprec -- the dynamic precedence level of R (for GLR
189 int dprec; member in struct:__anon372
H A Dreader.c441 grammar_current_rule_dprec_set (int dprec, location loc)
444 warn_at (loc, _("%s affects only GLR parsers"), "%dprec");
445 if (dprec <= 0)
446 complain_at (loc, _("%s must be followed by positive number"), "%dprec");
447 else if (current_rule->dprec != 0)
448 complain_at (loc, _("only one %s allowed per rule"), "%dprec");
449 current_rule->dprec = dprec;
527 rules[ruleno].dprec = p->dprec;
438 grammar_current_rule_dprec_set(int dprec, location loc) argument
[all...]
H A Dsymlist.c48 res->dprec = 0;

Completed in 513 milliseconds