Lines Matching refs:nstates
202 for (i = 0; i < nstates; ++i)
295 * - \c result is a new array of size \c ::nstates.
304 int *predecessor_counts = xnmalloc (nstates, sizeof *predecessor_counts);
305 state ***result = xnmalloc (nstates, sizeof *result);
306 for (i = 0; i < nstates; ++i)
308 for (i = 0; i < nstates; ++i)
314 for (i = 0; i < nstates; ++i)
320 for (i = 0; i < nstates; ++i)
473 * points to a new array of size \c ::nstates.
474 * - For <tt>0 <= i < ::nstates</tt>:
491 xnmalloc (nstates, sizeof *item_lookahead_sets);
493 xnmalloc (nstates, sizeof *annotation_counts);
498 *inadequacy_listsp = xnmalloc (nstates, sizeof **inadequacy_listsp);
499 *annotation_listsp = xnmalloc (nstates, sizeof **annotation_listsp);
500 for (i = 0; i < nstates; ++i)
509 for (i = 0; i < nstates; ++i)
517 for (i = 0; i < nstates; ++i)
525 for (i = 0; i < nstates; ++i)
531 fprintf (stderr, "Number of LR(0)/LALR(1) states: %d\n", nstates);
533 (float)total_annotations/nstates);
539 for (i = 0; i < nstates; ++i)
673 * - \c ::nstates is the total number of states, some not yet fully computed,
692 * previous tail was <tt>*last_statep \@pre</tt> and \c ::nstates was
950 * - \c ::states is of size \c ::nstates (which might be greater than
951 * <tt>::nstates \@pre</tt>) and no longer contains any LR(1)-relative
974 for (i = 0; i < nstates; ++i)
1024 states = xnrealloc (states, nstates, sizeof *states);
1151 for (i = 0; i < nstates; ++i)
1164 state_number nstates_lr0 = nstates;