BITSET_COMPATIBLE_  225 maint/gnulib/lib/bitset.c   return BITSET_COMPATIBLE_ (bset1, bset2);
BITSET_COMPATIBLE_  620 maint/gnulib/lib/bitset/array.c   if (BITSET_COMPATIBLE_ (dst, src))
BITSET_COMPATIBLE_  164 maint/gnulib/lib/bitset/base.h if (!BITSET_COMPATIBLE_ (DST, SRC)) abort ();
BITSET_COMPATIBLE_  167 maint/gnulib/lib/bitset/base.h if (!BITSET_COMPATIBLE_ (DST, SRC1) \
BITSET_COMPATIBLE_  168 maint/gnulib/lib/bitset/base.h     || !BITSET_COMPATIBLE_ (DST, SRC2)) abort ();
BITSET_COMPATIBLE_  171 maint/gnulib/lib/bitset/base.h if (!BITSET_COMPATIBLE_ (DST, SRC1) || !BITSET_COMPATIBLE_ (DST, SRC2) \
BITSET_COMPATIBLE_  172 maint/gnulib/lib/bitset/base.h     || !BITSET_COMPATIBLE_ (DST, SRC3)) abort ();
BITSET_COMPATIBLE_  469 maint/gnulib/lib/bitset/list.c   if (BITSET_COMPATIBLE_ (dst, src))
BITSET_COMPATIBLE_ 1088 maint/gnulib/lib/bitset/table.c   if (BITSET_COMPATIBLE_ (dst, src))
BITSET_COMPATIBLE_  914 maint/gnulib/lib/bitset/vector.c   if (BITSET_COMPATIBLE_ (dst, src))