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

/external/bison/src/
H A DAnnotationList.c194 bitsetv follow_kernel_items,
209 BITSET_FOR_EACH (biter_item, follow_kernel_items[lhs_goto], item, 0)
219 bitsetv follow_kernel_items,
287 follow_kernel_items, always_follows, predecessors,
396 follow_kernel_items, always_follows, predecessors,
411 state *s, bitsetv follow_kernel_items, bitsetv always_follows,
495 s, the_rule, conflicted_token, follow_kernel_items,
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.c229 fprintf (stderr, "follow_kernel_items:\n");
402 those cases because (1) follow_kernel_items will never reference a
469 * - \c follow_kernel_items, \c always_follows, and \c predecessors
483 ielr_compute_annotation_lists (bitsetv follow_kernel_items, argument
511 states[i], follow_kernel_items, always_follows, predecessors,
573 * - \c follow_kernel_items and \c always_follows were computed by
581 ielr_compute_goto_follow_set (bitsetv follow_kernel_items, argument
591 BITSET_FOR_EACH (biter_item, follow_kernel_items[n_goto], item, 0)
599 * - \c follow_kernel_items and \c always_follows were computed by
613 ielr_compute_lookaheads (bitsetv follow_kernel_items, bitset 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
1124 bitsetv follow_kernel_items; local
[all...]

Completed in 202 milliseconds