Searched defs:bitset_or (Results 1 - 1 of 1) sorted by relevance

/external/bison/lib/
H A Dbitset.h229 #define bitset_or(DST, SRC1, SRC2) BITSET_OR_ (DST, SRC1, SRC2) macro
354 #define bitset_union(DST, SRC1, SRC2) bitset_or (DST, SRC1, SRC2)

Completed in 59 milliseconds