Searched refs:BITSET_COMPATIBLE_ (Results 1 - 5 of 5) sorted by relevance

/external/bison/lib/
H A Dbbitset.h158 #define BITSET_COMPATIBLE_(BSET1, BSET2) \ macro
162 if (!BITSET_COMPATIBLE_ (DST, SRC)) abort ();
165 if (!BITSET_COMPATIBLE_ (DST, SRC1) \
166 || !BITSET_COMPATIBLE_ (DST, SRC2)) abort ();
169 if (!BITSET_COMPATIBLE_ (DST, SRC1) || !BITSET_COMPATIBLE_ (DST, SRC2) \
170 || !BITSET_COMPATIBLE_ (DST, SRC3)) abort ();
H A Dbitset.c242 return BITSET_COMPATIBLE_ (bset1, bset2);
H A Dabitset.c701 if (BITSET_COMPATIBLE_ (dst, src))
H A Debitset.c1280 if (BITSET_COMPATIBLE_ (dst, src))
H A Dvbitset.c1075 if (BITSET_COMPATIBLE_ (dst, src))

Completed in 283 milliseconds