Searched defs:always_follows (Results 1 - 2 of 2) sorted by relevance

/external/bison/src/
H A DAnnotationList.c195 bitsetv always_follows,
203 if (bitset_test (always_follows[lhs_goto], conflicted_token))
220 bitsetv always_follows,
287 follow_kernel_items, always_follows, predecessors,
396 follow_kernel_items, always_follows, predecessors,
411 state *s, bitsetv follow_kernel_items, bitsetv always_follows,
496 always_follows, predecessors, item_lookahead_sets,
558 follow_kernel_items, always_follows, predecessors,
192 AnnotationList__compute_lhs_contributions(state *s, rule *the_rule, symbol_number conflicted_token, bitsetv follow_kernel_items, bitsetv always_follows, state ***predecessors, bitset **item_lookahead_sets, Sbitset *items, struct obstack *annotations_obstackp) argument
218 AnnotationList__computePredecessorAnnotations(AnnotationList *self, state *s, bitsetv follow_kernel_items, bitsetv always_follows, state ***predecessors, bitset **item_lookahead_sets, AnnotationList **annotation_lists, AnnotationIndex *annotation_counts, struct obstack *annotations_obstackp) argument
410 AnnotationList__compute_from_inadequacies( state *s, bitsetv follow_kernel_items, bitsetv always_follows, state ***predecessors, bitset **item_lookahead_sets, InadequacyList **inadequacy_lists, AnnotationList **annotation_lists, AnnotationIndex *annotation_counts, ContributionIndex *max_contributionsp, struct obstack *annotations_obstackp, InadequacyListNodeCount *inadequacy_list_node_count) argument
H A Dielr.c288 fprintf (stderr, "always_follows:\n");
469 * - \c follow_kernel_items, \c always_follows, and \c predecessors
484 bitsetv always_follows, state ***predecessors,
511 states[i], follow_kernel_items, always_follows, predecessors,
573 * - \c follow_kernel_items and \c always_follows were computed by
582 bitsetv always_follows, state_list *s,
586 bitset_copy (follow_set, always_follows[n_goto]);
599 * - \c follow_kernel_items and \c always_follows were computed by
613 ielr_compute_lookaheads (bitsetv follow_kernel_items, bitsetv always_follows, argument
640 follow_kernel_items, always_follows,
483 ielr_compute_annotation_lists(bitsetv follow_kernel_items, bitsetv always_follows, state ***predecessors, AnnotationIndex *max_annotationsp, InadequacyList ***inadequacy_listsp, AnnotationList ***annotation_listsp, struct obstack *annotations_obstackp) argument
581 ielr_compute_goto_follow_set(bitsetv follow_kernel_items, bitsetv always_follows, state_list *s, symbol *n, bitset follow_set) argument
699 ielr_compute_state(bitsetv follow_kernel_items, bitsetv always_follows, AnnotationList **annotation_lists, state *t, bitsetv lookaheads, state_list **last_statep, ContributionIndex work1[], bitsetv work2, state **tp) argument
960 ielr_split_states(bitsetv follow_kernel_items, bitsetv always_follows, AnnotationList **annotation_lists, AnnotationIndex max_annotations) argument
1125 bitsetv always_follows; local
[all...]

Completed in 88 milliseconds