HomeSort by relevance Sort by last modified time
    Searched refs:BITSET_COMPATIBLE_ (Results 1 - 5 of 5) sorted by null

  /external/bison/lib/
bbitset.h 156 #define BITSET_COMPATIBLE_(BSET1, BSET2) \
160 if (!BITSET_COMPATIBLE_ (DST, SRC)) abort ();
163 if (!BITSET_COMPATIBLE_ (DST, SRC1) \
164 || !BITSET_COMPATIBLE_ (DST, SRC2)) abort ();
167 if (!BITSET_COMPATIBLE_ (DST, SRC1) || !BITSET_COMPATIBLE_ (DST, SRC2) \
168 || !BITSET_COMPATIBLE_ (DST, SRC3)) abort ();
bitset.c 242 return BITSET_COMPATIBLE_ (bset1, bset2);
abitset.c 701 if (BITSET_COMPATIBLE_ (dst, src))
ebitset.c 1280 if (BITSET_COMPATIBLE_ (dst, src))
vbitset.c 1075 if (BITSET_COMPATIBLE_ (dst, src))

Completed in 475 milliseconds