Home | History | Annotate | Download | only in src

Lines Matching refs:number

180       /* Check that rules are sorted on rule number or the next step in
202 goto_number lhs_goto = map_goto (s->number, the_rule->lhs->number);
231 for (predecessor = predecessors[s->number]; *predecessor; ++predecessor)
245 ->number;
390 ->number],
393 ++annotation_counts[(*predecessor)->number];
479 sorted on rule number. */
484 != the_rule->number)
543 &inadequacy_lists[s->number]);
545 annotation_node, &annotation_lists[s->number],
553 ++annotation_counts[s->number];
589 ai, a->inadequacyNode->manifestingState->number);
598 ->number;
611 fprintf (stderr, " as lookahead, rule number %d",
613 ->reductions->rules[rulei]->number);
647 ->number;
657 * - \c nitems is the number of kernel items in the LR(0) state that \c self
682 InadequacyList__getContributionToken (self->inadequacyNode, ci)->number;
792 /* R/R conflict, so the reduction with the lowest rule number dominates.
793 Fortunately, contributions are sorted by rule number. */