Home
last modified time | relevance | path

Searched refs:bitset_set (Results 1 – 15 of 15) sorted by relevance

/external/bison/src/
Dreduce.c120 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()
Dgraphviz.c93 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()
DAnnotationList.c160 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()
Dclosure.c134 bitset_set (FIRSTS (i), sym - ntokens); in set_firsts()
171 bitset_set (FDERIVES (i), derives[j - ntokens][k]->number); in set_fderives()
Dielr.c59 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()
Dconflicts.c341 bitset_set (lookahead_set, TRANSITION_SYMBOL (trans, i)); in set_conflicts()
441 bitset_set (shift_set, TRANSITION_SYMBOL (trans, i)); in count_sr_conflicts()
Dprint-xml.c259 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()
Dprint.c257 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()
Dstate.c415 bitset_set (reachable, s->number); in state_record_reachable_states()
Dlalr.c176 bitset_set (goto_follows[i], TRANSITION_SYMBOL (sp, j)); in initialize_F()
/external/bison/lib/
Dbitset.c349 bitset_set (bset, bitno); in bitset_toggle_()
399 bitset_set (dst, i); in bitset_copy_()
Dbitsetv.c134 bitset_set (bsetv[i], i); in bitsetv_reflexive_transitive_closure()
Dbitset.h136 bitset_set (bitset bset, bitset_bindex bitno) in bitset_set() function
/external/bison/po/
Dit.po934 msgstr "%u bitset_set, %u in cache (%.2f%%)\n"
/external/bison/
DChangeLog-201214638 (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.