Searched refs:BITSET_FOR_EACH (Results 1 – 10 of 10) sorted by relevance
/external/bison/src/ |
D | closure.c | 81 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()
|
D | state.c | 266 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()
|
D | print_graph.c | 120 BITSET_FOR_EACH (biter, reds->lookahead_tokens[redno], k, 0) in print_core()
|
D | AnnotationList.c | 209 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()
|
D | ielr.c | 159 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()
|
D | lalr.c | 434 BITSET_FOR_EACH (iter, reds->lookahead_tokens[j], k, 0) in lookahead_tokens_print()
|
D | tables.c | 263 BITSET_FOR_EACH (biter, reds->lookahead_tokens[i], j, 0) in action_row()
|
/external/bison/lib/ |
D | bitset.c | 302 BITSET_FOR_EACH (iter, bset, i, 0) in bitset_print() 397 BITSET_FOR_EACH (iter, src, i, 0) in bitset_copy_()
|
D | bitset.h | 315 #define BITSET_FOR_EACH(ITER, BSET, INDEX, MIN) \ macro
|
/external/bison/ |
D | ChangeLog-2012 | 13064 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE): 16633 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
|