Home
last modified time | relevance | path

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

/external/bison/lib/
Dbitset.h233 #define bitset_or_cmp(DST, SRC1, SRC2) BITSET_OR_CMP_ (DST, SRC1, SRC2)
Dbbitset.h239 #define BITSET_OR_CMP_(DST, SRC1, SRC2) (SRC1)->b.vtable->or_cmp (DST, SRC1, SRC2) macro
Dbitset_stats.c503 return BITSET_OR_CMP_ (dst->s.bset, src1->s.bset, src2->s.bset); in bitset_stats_or_cmp()