Home
last modified time | relevance | path

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

/external/bison/src/
Dclosure.c81 BITSET_FOR_EACH (iter, FIRSTS (i), j, 0) in print_firsts()
102 BITSET_FOR_EACH (iter, FDERIVES (i), r, 0) in print_fderives()
217 BITSET_FOR_EACH (iter, ruleset, ruleno, 0) in closure()
Dstate.c266 BITSET_FOR_EACH (biter, reds->lookahead_tokens[red], k, 0) in state_rule_lookahead_tokens_print()
289 BITSET_FOR_EACH (biter, reds->lookahead_tokens[red], k, 0) in state_rule_lookahead_tokens_print_xml()
Dprint_graph.c120 BITSET_FOR_EACH (biter, reds->lookahead_tokens[redno], k, 0) in print_core()
DAnnotationList.c209 BITSET_FOR_EACH (biter_item, follow_kernel_items[lhs_goto], item, 0) in AnnotationList__compute_lhs_contributions()
436 BITSET_FOR_EACH (biter_conflict, conflicted_tokens, conflicted_token, 0) in AnnotationList__compute_from_inadequacies()
Dielr.c159 BITSET_FOR_EACH (biter_source, sources, source, 0) in ielr_compute_internal_follow_edges()
591 BITSET_FOR_EACH (biter_item, follow_kernel_items[n_goto], item, 0) in ielr_compute_goto_follow_set()
Dlalr.c434 BITSET_FOR_EACH (iter, reds->lookahead_tokens[j], k, 0) in lookahead_tokens_print()
Dtables.c263 BITSET_FOR_EACH (biter, reds->lookahead_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.h315 #define BITSET_FOR_EACH(ITER, BSET, INDEX, MIN) \ macro
/external/bison/
DChangeLog-201213064 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
16633 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.