Home
last modified time | relevance | path

Searched refs:BITSET_EMPTY_P_ (Results 1 – 3 of 3) sorted by relevance

/external/bison/lib/
Dbitset.h190 #define bitset_empty_p(SRC) BITSET_EMPTY_P_ (SRC)
Dbbitset.h203 #define BITSET_EMPTY_P_(SRC) (SRC)->b.vtable->empty_p (SRC) macro
Dbitset_stats.c401 return BITSET_EMPTY_P_ (dst->s.bset); in bitset_stats_empty_p()