HomeSort by relevance Sort by last modified time
    Searched refs:shift_set (Results 1 - 2 of 2) sorted by null

  /external/bison/src/
print.c 42 static bitset shift_set; variable
228 bitset_zero (shift_set);
237 bitset_set (shift_set, TRANSITION_SYMBOL (trans, i));
247 bitset_set (shift_set, errp->symbols[i]->number);
256 bitset_andn (look_ahead_set, reds->look_ahead_tokens[i], shift_set);
268 bitset_or (shift_set, shift_set, reds->look_ahead_tokens[i]);
320 bitset_zero (shift_set);
322 bitset_set (shift_set, TRANSITION_SYMBOL (trans, i));
331 bool count = bitset_test (shift_set, i)
    [all...]
conflicts.c 45 static bitset shift_set; variable
313 shift_set = bitset_create (ntokens, BITSET_FIXED);
347 bitset_zero (shift_set);
350 bitset_set (shift_set, TRANSITION_SYMBOL (trans, i));
355 bitset_and (look_ahead_set, look_ahead_set, shift_set);
533 bitset_free (shift_set);

Completed in 40 milliseconds