Home
last modified time | relevance | path

Searched refs:BITSET_FOR_EACH (Results 1 – 8 of 8) sorted by relevance

/external/bison/src/
Dclosure.c84 BITSET_FOR_EACH (iter, FIRSTS (i), j, 0) in print_firsts()
105 BITSET_FOR_EACH (iter, FDERIVES (i), r, 0) in print_fderives()
218 BITSET_FOR_EACH (iter, ruleset, ruleno, 0) in closure()
Dprint_graph.c105 BITSET_FOR_EACH (biter, reds->look_ahead_tokens[redno], k, 0) in print_core()
Dstate.c240 BITSET_FOR_EACH (biter, reds->look_ahead_tokens[red], k, 0) in state_rule_look_ahead_tokens_print()
Dlalr.c431 BITSET_FOR_EACH (iter, reds->look_ahead_tokens[j], k, 0) in look_ahead_tokens_print()
Dtables.c265 BITSET_FOR_EACH (biter, reds->look_ahead_tokens[i], j, 0) in action_row()
/external/bison/lib/
Dbitset.c302 BITSET_FOR_EACH (iter, bset, i, 0) in bitset_print()
397 BITSET_FOR_EACH (iter, src, i, 0) in bitset_copy_()
Dbitset.h314 #define BITSET_FOR_EACH(ITER, BSET, INDEX, MIN) \ macro
/external/bison/
DChangeLog4803 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
8372 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.