Searched refs:bitset_set (Results 1 – 15 of 15) sorted by relevance
/external/bison/src/ |
D | reduce.c | 120 bitset_set (Np, rules[r].lhs->number - ntokens); in useless_nonterminals() 121 bitset_set (P, r); in useless_nonterminals() 168 bitset_set (V, accept->number); in inaccessable_symbols() 183 bitset_set (Vp, *rhsp); in inaccessable_symbols() 184 bitset_set (Pp, r); in inaccessable_symbols() 199 bitset_set (V, endtoken->number); /* end-of-input token */ in inaccessable_symbols() 200 bitset_set (V, errtoken->number); /* error token */ in inaccessable_symbols() 201 bitset_set (V, undeftoken->number); /* some undefined token */ in inaccessable_symbols() 223 bitset_set (V1, rules[r].precsym->number); in inaccessable_symbols()
|
D | graphviz.c | 93 bitset_set (*no_reduce_set, TRANSITION_SYMBOL (s->transitions, n)); in no_reduce_bitset_init() 96 bitset_set (*no_reduce_set, s->errs->symbols[n]->number); in no_reduce_bitset_init() 200 bitset_set (no_reduce_set, i); in output_red()
|
D | AnnotationList.c | 160 bitset_set (shift_tokens, TRANSITION_SYMBOL (trans, i)); in AnnotationList__compute_shift_tokens() 345 bitset_set (lookaheads[i], contribution_token); in AnnotationList__computePredecessorAnnotations() 471 bitset_set (actions, rule_i); in AnnotationList__compute_from_inadequacies() 523 bitset_set (actions, s->reductions->num); in AnnotationList__compute_from_inadequacies() 649 bitset_set (lookahead_filter[item], token); in AnnotationList__computeLookaheadFilter()
|
D | closure.c | 134 bitset_set (FIRSTS (i), sym - ntokens); in set_firsts() 171 bitset_set (FDERIVES (i), derives[j - ntokens][k]->number); in set_fderives()
|
D | ielr.c | 59 bitset_set (result, i--); in ielr_compute_ritem_sees_lookahead_set() 61 bitset_set (result, i--); in ielr_compute_ritem_sees_lookahead_set() 143 bitset_set (sources, source); in ielr_compute_internal_follow_edges() 222 bitset_set ((*follow_kernel_itemsp)[i], j); in ielr_compute_follow_kernel_items() 263 bitset_set ((*always_followsp)[i], TRANSITION_SYMBOL (trans, j)); in ielr_compute_always_follows()
|
D | conflicts.c | 341 bitset_set (lookahead_set, TRANSITION_SYMBOL (trans, i)); in set_conflicts() 441 bitset_set (shift_set, TRANSITION_SYMBOL (trans, i)); in count_sr_conflicts()
|
D | print.c | 257 bitset_set (no_reduce_set, TRANSITION_SYMBOL (trans, i)); in print_reductions() 260 bitset_set (no_reduce_set, s->errs->symbols[i]->number); in print_reductions()
|
D | print-xml.c | 259 bitset_set (no_reduce_set, TRANSITION_SYMBOL (trans, i)); in print_reductions() 262 bitset_set (no_reduce_set, s->errs->symbols[i]->number); in print_reductions()
|
D | state.c | 415 bitset_set (reachable, s->number); in state_record_reachable_states()
|
D | lalr.c | 176 bitset_set (goto_follows[i], TRANSITION_SYMBOL (sp, j)); in initialize_F()
|
/external/bison/lib/ |
D | bitset.c | 349 bitset_set (bset, bitno); in bitset_toggle_() 399 bitset_set (dst, i); in bitset_copy_()
|
D | bitsetv.c | 134 bitset_set (bsetv[i], i); in bitsetv_reflexive_transitive_closure()
|
D | bitset.h | 136 bitset_set (bitset bset, bitset_bindex bitno) in bitset_set() function
|
/external/bison/po/ |
D | it.po | 934 msgstr "%u bitset_set, %u in cache (%.2f%%)\n"
|
/external/bison/ |
D | ChangeLog-2012 | 14638 (bitset_set, bitset_reset, bitset_test): Rename local vars 15496 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise. 16108 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
|