Searched refs:BITSET_EQUAL_P_ (Results 1 - 3 of 3) sorted by relevance

/external/bison/lib/
H A Dbbitset.h218 #define BITSET_EQUAL_P_(DST, SRC) (SRC)->b.vtable->equal_p (DST, SRC) macro
H A Dbitset.h206 #define bitset_equal_p(DST, SRC) BITSET_EQUAL_P_ (DST, SRC)
H A Dbitset_stats.c439 return BITSET_EQUAL_P_ (dst->s.bset, src->s.bset);

Completed in 92 milliseconds