Home
last modified time | relevance | path

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

/external/bison/lib/
Dbitset.h217 #define bitset_and(DST, SRC1, SRC2) BITSET_AND_ (DST, SRC1, SRC2) macro
351 #define bitset_intersection(DST, SRC1, SRC2) bitset_and (DST, SRC1, SRC2)
Dbitset.c433 bitset_and (tmp, src1, src2); in bitset_op4_cmp()
/external/bison/src/
Dconflicts.c354 bitset_and (look_ahead_set, look_ahead_set, shift_set); in count_sr_conflicts()
/external/bison/
DChangeLog10341 * src/print.c (print_reductions): Use bitset_and, bitset_andn.