Searched refs:BITSET_OR_ (Results 1 - 3 of 3) sorted by relevance

/external/bison/lib/
H A Dbbitset.h238 #define BITSET_OR_(DST, SRC1, SRC2) (SRC1)->b.vtable->or_ (DST, SRC1, SRC2) macro
H A Dbitset.h230 #define bitset_or(DST, SRC1, SRC2) BITSET_OR_ (DST, SRC1, SRC2)
H A Dbitset_stats.c495 BITSET_OR_ (dst->s.bset, src1->s.bset, src2->s.bset);

Completed in 1171 milliseconds