Home
last modified time | relevance | path

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

/external/bison/lib/
Debitset.c109 #define EBITSET_ZERO_P(BSET) ((BSET)->b.cdata == 0) macro
354 if (EBITSET_ZERO_P (bset)) in ebitset_weed()
396 if (EBITSET_ZERO_P (bset)) in ebitset_zero()
496 if (EBITSET_ZERO_P (dst)) in ebitset_copy_cmp()
499 return !EBITSET_ZERO_P (src); in ebitset_copy_cmp()
581 if (EBITSET_ZERO_P (bset)) in ebitset_list_reverse()
667 if (EBITSET_ZERO_P (bset)) in ebitset_list()
898 if (EBITSET_ZERO_P (dst)) in ebitset_empty_p()
1181 if (EBITSET_ZERO_P (src2)) in ebitset_and_cmp()
1184 changed = EBITSET_ZERO_P (dst); in ebitset_and_cmp()
[all …]