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

/external/bison/src/
H A DAnnotationList.c197 bitset **item_lookahead_sets,
211 predecessors, item_lookahead_sets))
222 bitset **item_lookahead_sets,
288 item_lookahead_sets, &items, annotations_obstackp))
321 item_lookahead_sets))
397 item_lookahead_sets, annotation_lists, annotation_counts,
412 state ***predecessors, bitset **item_lookahead_sets,
496 always_follows, predecessors, item_lookahead_sets,
559 item_lookahead_sets, annotation_lists, annotation_counts,
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.c371 * time efficiency of computing \c item_lookahead_sets either:
380 bitset **item_lookahead_sets)
382 if (!item_lookahead_sets[s->number])
385 item_lookahead_sets[s->number] =
386 xnmalloc (s->nitems, sizeof item_lookahead_sets[s->number][0]);
388 item_lookahead_sets[s->number][i] = NULL;
390 if (!item_lookahead_sets[s->number][item])
392 item_lookahead_sets[s->number][item] =
431 bitset_or (item_lookahead_sets[s->number][item],
432 item_lookahead_sets[
378 ielr_item_has_lookahead(state *s, symbol_number lhs, size_t item, symbol_number lookahead, state ***predecessors, bitset **item_lookahead_sets) argument
490 bitset **item_lookahead_sets = local
[all...]

Completed in 875 milliseconds