Searched refs:BITSET_COMPATIBLE_ (Results 1 – 5 of 5) sorted by relevance
/external/bison/lib/ |
D | bbitset.h | 158 #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 ();
|
D | bitset.c | 242 return BITSET_COMPATIBLE_ (bset1, bset2); in bitset_compatible_p()
|
D | abitset.c | 701 if (BITSET_COMPATIBLE_ (dst, src)) in abitset_copy()
|
D | ebitset.c | 1280 if (BITSET_COMPATIBLE_ (dst, src)) in ebitset_copy()
|
D | vbitset.c | 1075 if (BITSET_COMPATIBLE_ (dst, src)) in vbitset_copy()
|