Searched refs:bitset_andn (Results 1 – 4 of 4) sorted by relevance
/external/bison/lib/ |
D | bitset.h | 223 #define bitset_andn(DST, SRC1, SRC2) BITSET_ANDN_ (DST, SRC1, SRC2) macro 348 #define bitset_diff(DST, SRC1, SRC2) bitset_andn (DST, SRC1, SRC2)
|
D | bitset.c | 438 bitset_andn (tmp, src1, src2); in bitset_op4_cmp()
|
/external/bison/src/ |
D | print.c | 255 bitset_andn (look_ahead_set, reds->look_ahead_tokens[i], shift_set); in state_default_rule()
|
/external/bison/ |
D | ChangeLog | 10341 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
|