Home | History | Annotate | Download | only in src

Lines Matching refs:no_reduce_set

87 no_reduce_bitset_init (state const *s, bitset *no_reduce_set)
90 *no_reduce_set = bitset_create (ntokens, BITSET_FIXED);
91 bitset_zero (*no_reduce_set);
93 bitset_set (*no_reduce_set, TRANSITION_SYMBOL (s->transitions, n));
96 bitset_set (*no_reduce_set, s->errs->symbols[n]->number);
158 bitset no_reduce_set;
169 no_reduce_bitset_init (s, &no_reduce_set);
194 if (bitset_test (no_reduce_set, i))
200 bitset_set (no_reduce_set, i);
211 bitset_free (no_reduce_set);