Searched refs:always_follows (Results 1 – 3 of 3) sorted by relevance
/external/bison/src/ |
D | ielr.c | 484 bitsetv always_follows, state ***predecessors, in ielr_compute_annotation_lists() argument 511 states[i], follow_kernel_items, always_follows, predecessors, in ielr_compute_annotation_lists() 582 bitsetv always_follows, state_list *s, in ielr_compute_goto_follow_set() argument 586 bitset_copy (follow_set, always_follows[n_goto]); in ielr_compute_goto_follow_set() 613 ielr_compute_lookaheads (bitsetv follow_kernel_items, bitsetv always_follows, in ielr_compute_lookaheads() argument 640 follow_kernel_items, always_follows, s, in ielr_compute_lookaheads() 699 ielr_compute_state (bitsetv follow_kernel_items, bitsetv always_follows, in ielr_compute_state() argument 847 ielr_compute_lookaheads (follow_kernel_items, always_follows, in ielr_compute_state() 900 ielr_compute_state (follow_kernel_items, always_follows, in ielr_compute_state() 960 ielr_split_states (bitsetv follow_kernel_items, bitsetv always_follows, in ielr_split_states() argument [all …]
|
D | AnnotationList.c | 195 bitsetv always_follows, in AnnotationList__compute_lhs_contributions() argument 203 if (bitset_test (always_follows[lhs_goto], conflicted_token)) in AnnotationList__compute_lhs_contributions() 220 bitsetv always_follows, in AnnotationList__computePredecessorAnnotations() argument 287 follow_kernel_items, always_follows, predecessors, in AnnotationList__computePredecessorAnnotations() 396 follow_kernel_items, always_follows, predecessors, in AnnotationList__computePredecessorAnnotations() 411 state *s, bitsetv follow_kernel_items, bitsetv always_follows, in AnnotationList__compute_from_inadequacies() argument 496 always_follows, predecessors, item_lookahead_sets, in AnnotationList__compute_from_inadequacies() 558 follow_kernel_items, always_follows, predecessors, in AnnotationList__compute_from_inadequacies()
|
D | AnnotationList.h | 110 state *s, bitsetv follow_kernel_items, bitsetv always_follows,
|