Lines Matching full:states
1 /* Generate the LR(0) parser states for Bison.
234 | SHIFTSET is set up as a vector of those states. |
300 | Build STATES. |
306 states = xcalloc (nstates, sizeof *states);
313 the states have valid transitions and reductions members,
322 states[s->number] = s;
333 | Compute the LR(0) parser states (see state.h for details) from the |
349 /* States are queued when they are created; process them all. */
362 /* Find the itemsets of the states that shifts can reach. */
364 /* Find or create the core structures for those states. */
367 /* Create the shifts structures for the shifts to those states,
376 /* Set up STATES. */