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

  /external/bison/lib/
bbitset.h 203 #define BITSET_EMPTY_P_(SRC) (SRC)->b.vtable->empty_p (SRC)
bitset.h 190 #define bitset_empty_p(SRC) BITSET_EMPTY_P_ (SRC)
bitset_stats.c 401 return BITSET_EMPTY_P_ (dst->s.bset);

Completed in 43 milliseconds