Searched defs:bitset_or (Results 1 - 1 of 1) sorted by relevance
/external/bison/lib/ | ||
H A D | bitset.h | 230 #define bitset_or(DST, SRC1, SRC2) BITSET_OR_ (DST, SRC1, SRC2) macro 355 #define bitset_union(DST, SRC1, SRC2) bitset_or (DST, SRC1, SRC2) |
Completed in 88 milliseconds