Home | History | Annotate | Download | only in bison

Lines Matching full:bitset

631 	* lib/bitset.c: Likewise.
651 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
1514 * lib/bitset.c (bitset_print): Likewise.
1551 * lib/bitset.c (bitset_print): Likewise.
1552 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
1889 * lib/bitset.h: filename -> file_name in local vars.
2040 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
2108 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
2592 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
2696 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
2697 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
4087 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
4128 * lib/bitset.c (bitset_print): Likewise.
4503 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
4528 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
4705 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
4708 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
4796 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
4803 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
4989 assuming at least C89 in the bitset code for some time now.
5386 when compiling Bison 1.875's `bitset bset = obstack_alloc
6376 * lib/bitset.h [! BITSET_INLINE]: Remove.
7226 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
7235 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
7485 * lib/bitset.c (bitset_op4_cmp): Likewise.
7501 * lib/abitset.h: Include bitset.h, not bbitset.h.
7516 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
7517 All instances of "struct bitset_struct *" replaced with "bitset".
7518 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
7538 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
7551 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
7561 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
7612 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
7631 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
7633 * lib/bitset.h (bitset_bytes): Likewise.
7656 * lib/bitset.c (bitset_print):
7670 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
7683 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
7847 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
8370 * lib: Update the bitset implementation from upstream.
8373 * src/main.c: Adjust bitset stats calls.
8967 bitset to consider for the STATE, instead of the index in LA.
10046 * src/lalr.h (LA): Is a bitsetv, not bitset*.
10287 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
10318 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
10337 Use bitset operations when possible, not loops over bits.
10353 * src/lalr.c (F): Now a bitset*.
10358 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
10366 bitset*.
10371 * src/closure.c (firsts): Now, also a bitset.
10378 * src/print.c: Convert to use bitset.h, not hand coded iterations
10383 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
10387 * src/closure.c (ruleset): Be a bitset.
10392 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,