Home | History | Annotate | Download | only in src

Lines Matching refs:tokens

170   bitset tokens = bitset_create (ntokens, BITSET_FIXED);
173 bitset_copy (tokens, shift_tokens);
176 bitset_and (conflicted_tokens_rule, tokens, reds->lookahead_tokens[i]);
179 bitset_or (tokens, tokens, reds->lookahead_tokens[i]);
185 bitset_free (tokens);