Searched refs:shift_set (Results 1 – 2 of 2) sorted by relevance
45 static bitset shift_set; variable392 shift_set = bitset_create (ntokens, BITSET_FIXED); in conflicts_solve()438 bitset_zero (shift_set); in count_sr_conflicts()441 bitset_set (shift_set, TRANSITION_SYMBOL (trans, i)); in count_sr_conflicts()446 bitset_and (lookahead_set, lookahead_set, shift_set); in count_sr_conflicts()633 bitset_free (shift_set); in conflicts_free()
4896 * src/print.c (shift_set): Rename to...12036 * src/conflicts.c (shift_set): Renamed from shiftset.