Home
last modified time | relevance | path

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

/external/bison/lib/
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 ();
Dbitset.c242 return BITSET_COMPATIBLE_ (bset1, bset2); in bitset_compatible_p()
Dabitset.c701 if (BITSET_COMPATIBLE_ (dst, src)) in abitset_copy()
Debitset.c1280 if (BITSET_COMPATIBLE_ (dst, src)) in ebitset_copy()
Dvbitset.c1075 if (BITSET_COMPATIBLE_ (dst, src)) in vbitset_copy()