Searched refs:bitset_set (Results 1 – 9 of 9) sorted by relevance
/external/bison/src/ |
D | reduce.c | 122 bitset_set (Np, rules[r].lhs->number - ntokens); in useless_nonterminals() 123 bitset_set (P, r); in useless_nonterminals() 170 bitset_set (V, accept->number); in inaccessable_symbols() 185 bitset_set (Vp, *rhsp); in inaccessable_symbols() 186 bitset_set (Pp, r); in inaccessable_symbols() 201 bitset_set (V, endtoken->number); /* end-of-input token */ in inaccessable_symbols() 202 bitset_set (V, errtoken->number); /* error token */ in inaccessable_symbols() 203 bitset_set (V, undeftoken->number); /* some undefined token */ in inaccessable_symbols() 225 bitset_set (V1, rules[r].precsym->number); in inaccessable_symbols()
|
D | closure.c | 137 bitset_set (FIRSTS (i), sym - ntokens); in set_firsts() 174 bitset_set (FDERIVES (i), derives[j - ntokens][k]->number); in set_fderives()
|
D | print.c | 236 bitset_set (shift_set, TRANSITION_SYMBOL (trans, i)); in state_default_rule() 246 bitset_set (shift_set, errp->symbols[i]->number); in state_default_rule() 321 bitset_set (shift_set, TRANSITION_SYMBOL (trans, i)); in print_reductions()
|
D | conflicts.c | 277 bitset_set (look_ahead_set, TRANSITION_SYMBOL (trans, i)); in set_conflicts() 349 bitset_set (shift_set, TRANSITION_SYMBOL (trans, i)); in count_sr_conflicts()
|
D | lalr.c | 187 bitset_set (F[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 | 135 bitset_set (bitset bset, bitset_bindex bitno) in bitset_set() function
|
/external/bison/ |
D | ChangeLog | 6377 (bitset_set, bitset_reset, bitset_test): Rename local vars 7235 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise. 7847 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
|