Searched refs:BITSET_EMPTY_P_ (Results 1 – 3 of 3) sorted by relevance
190 #define bitset_empty_p(SRC) BITSET_EMPTY_P_ (SRC)
203 #define BITSET_EMPTY_P_(SRC) (SRC)->b.vtable->empty_p (SRC) macro
401 return BITSET_EMPTY_P_ (dst->s.bset); in bitset_stats_empty_p()