Home | History | Annotate | Download | only in src

Lines Matching full:bitset

154 static bitset
157 bitset shift_tokens = bitset_create (ntokens, BITSET_FIXED);
164 static bitset
165 AnnotationList__compute_conflicted_tokens (bitset shift_tokens,
168 bitset conflicted_tokens = bitset_create (ntokens, BITSET_FIXED);
169 bitset conflicted_tokens_rule = bitset_create (ntokens, BITSET_FIXED);
170 bitset tokens = bitset_create (ntokens, BITSET_FIXED);
197 bitset **item_lookahead_sets,
222 bitset **item_lookahead_sets,
238 bitset *lookaheads = NULL;
412 state ***predecessors, bitset **item_lookahead_sets,
420 bitset shift_tokens;
421 bitset conflicted_tokens;
441 bitset actions = bitset_create (s->reductions->num + 1, BITSET_FIXED);
674 bitset *lookaheads)
694 size_t nitems, bitset *lookaheads,