Lines Matching refs:xnmalloc
100 *edgesp = xnmalloc (ngotos, sizeof **edgesp); in ielr_compute_internal_follow_edges()
101 *edge_countsp = xnmalloc (ngotos, sizeof **edge_countsp); in ielr_compute_internal_follow_edges()
154 (*edgesp)[i] = xnmalloc (nsources + 1, sizeof *(*edgesp)[i]); in ielr_compute_internal_follow_edges()
254 goto_number *edge_array = xnmalloc (ngotos, sizeof *edge_array); in ielr_compute_always_follows()
304 int *predecessor_counts = xnmalloc (nstates, sizeof *predecessor_counts); in ielr_compute_predecessors()
305 state ***result = xnmalloc (nstates, sizeof *result); in ielr_compute_predecessors()
316 result[i] = xnmalloc (predecessor_counts[i]+1, sizeof *result[i]); in ielr_compute_predecessors()
386 xnmalloc (s->nitems, sizeof item_lookahead_sets[s->number][0]); in ielr_item_has_lookahead()
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()
798 xnmalloc (t->nitems, sizeof (*this_isocorep)->lookaheads); in ielr_compute_state()
923 xnmalloc (t->nitems, sizeof (*last_statep)->lookaheads); in ielr_compute_state()
995 ContributionIndex *work = xnmalloc (max_annotations, sizeof *work); in ielr_split_states()