Searched refs:bitset_and (Results 1 – 4 of 4) sorted by relevance
/external/bison/lib/ |
D | bitset.h | 217 #define bitset_and(DST, SRC1, SRC2) BITSET_AND_ (DST, SRC1, SRC2) macro 351 #define bitset_intersection(DST, SRC1, SRC2) bitset_and (DST, SRC1, SRC2)
|
D | bitset.c | 433 bitset_and (tmp, src1, src2); in bitset_op4_cmp()
|
/external/bison/src/ |
D | conflicts.c | 354 bitset_and (look_ahead_set, look_ahead_set, shift_set); in count_sr_conflicts()
|
/external/bison/ |
D | ChangeLog | 10341 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
|