Lines Matching refs:nstates
202 for (i = 0; i < nstates; ++i) in ielr_compute_follow_kernel_items()
304 int *predecessor_counts = xnmalloc (nstates, sizeof *predecessor_counts); in ielr_compute_predecessors()
305 state ***result = xnmalloc (nstates, sizeof *result); in ielr_compute_predecessors()
306 for (i = 0; i < nstates; ++i) in ielr_compute_predecessors()
308 for (i = 0; i < nstates; ++i) in ielr_compute_predecessors()
314 for (i = 0; i < nstates; ++i) in ielr_compute_predecessors()
320 for (i = 0; i < nstates; ++i) in ielr_compute_predecessors()
491 xnmalloc (nstates, sizeof *item_lookahead_sets); in ielr_compute_annotation_lists()
493 xnmalloc (nstates, sizeof *annotation_counts); in ielr_compute_annotation_lists()
498 *inadequacy_listsp = xnmalloc (nstates, sizeof **inadequacy_listsp); in ielr_compute_annotation_lists()
499 *annotation_listsp = xnmalloc (nstates, sizeof **annotation_listsp); in ielr_compute_annotation_lists()
500 for (i = 0; i < nstates; ++i) in ielr_compute_annotation_lists()
509 for (i = 0; i < nstates; ++i) in ielr_compute_annotation_lists()
517 for (i = 0; i < nstates; ++i) in ielr_compute_annotation_lists()
525 for (i = 0; i < nstates; ++i) in ielr_compute_annotation_lists()
531 fprintf (stderr, "Number of LR(0)/LALR(1) states: %d\n", nstates); in ielr_compute_annotation_lists()
533 (float)total_annotations/nstates); in ielr_compute_annotation_lists()
539 for (i = 0; i < nstates; ++i) in ielr_compute_annotation_lists()
974 for (i = 0; i < nstates; ++i) in ielr_split_states()
1024 states = xnrealloc (states, nstates, sizeof *states); in ielr_split_states()
1151 for (i = 0; i < nstates; ++i) in ielr()
1164 state_number nstates_lr0 = nstates; in ielr()