Home
last modified time | relevance | path

Searched refs:reductions_todo (Results 1 – 3 of 3) sorted by relevance

/dports/devel/dparser/dparser-1.31/
H A Dparse.c406 while (p->reductions_todo) { in free_parser_working_data()
408 unref_sn(p, p->reductions_todo->snode); in free_parser_working_data()
462 Reduction *x, **l = &p->reductions_todo; in add_Reduction()
464 for (x = p->reductions_todo; x; l = &x->next, x = x->next) { in add_Reduction()
1764 if (p->shifts_todo || p->reductions_todo) res = 0; in error_recovery()
1834 while (p->reductions_todo) { in exhaustive_parse()
1835 pos = p->reductions_todo->snode->loc.s; in exhaustive_parse()
1842 p->reductions_todo = p->reductions_todo->next; in exhaustive_parse()
1864 if (ready && !p->shifts_todo->next && !p->reductions_todo) { in exhaustive_parse()
1869 if (ready && p->reductions_todo && !p->reductions_todo->next) { in exhaustive_parse()
[all …]
H A Dparse.h64 Reduction *reductions_todo; member
/dports/devel/dparser/dparser-1.31/tests/
H A Dansic.test.g.2.check2reductions_todo ))) ; )( Shift (( * ( shifts_todo ))) ; )( VecSNode (( accepts )) ; )( Reduction (…