Home
last modified time | relevance | path

Searched refs:bitset_test (Results 1 – 12 of 12) sorted by relevance

/external/bison/src/
Dreduce.c77 if (ISVAR (*rhsp) && !bitset_test (N0, *rhsp - ntokens)) in useful_production()
119 if (!bitset_test (P, r) in useless_nonterminals()
168 if (bitset_test (N, accept->number - ntokens)) in inaccessable_symbols()
178 if (!bitset_test (Pp, r) in inaccessable_symbols()
179 && bitset_test (P, r) in inaccessable_symbols()
180 && bitset_test (V, rules[r].lhs->number)) in inaccessable_symbols()
184 if (ISTOKEN (*rhsp) || bitset_test (N, *rhsp - ntokens)) in inaccessable_symbols()
215 if (bitset_test (V, i)) in inaccessable_symbols()
242 rules[r].useful = bitset_test (P, r); in reduce_grammar_tables()
298 if (bitset_test (V, i)) in nonterminals_reduce()
[all …]
Dconflicts.c194 if (bitset_test (look_ahead_tokens, i) in resolve_sr_conflict()
195 && bitset_test (look_ahead_set, i) in resolve_sr_conflict()
381 if (bitset_test (reds->look_ahead_tokens[j], i)) in count_rr_conflicts()
Dprint.c330 bool count = bitset_test (shift_set, i); in print_reductions()
333 if (bitset_test (reds->look_ahead_tokens[j], i)) in print_reductions()
360 bool count = bitset_test (shift_set, i); in print_reductions()
363 if (bitset_test (reds->look_ahead_tokens[j], i)) in print_reductions()
Dclosure.c172 if (bitset_test (FIRSTS (i), j - ntokens)) in set_fderives()
Dtables.c201 if (bitset_test (reds->look_ahead_tokens[i], j) in conflict_row()
/external/bison/lib/
Dbitsetv-print.c59 fputs (bitset_test (bset[i], j) ? "1" : " ", out); in bitsetv_matrix_dump()
Dbitsetv.c118 if (bitset_test (bsetv[j], i)) in bitsetv_transitive_closure()
Dbitset.c342 if (bitset_test (bset, bitno)) in bitset_toggle_()
Dbitset.h163 bitset_test (bitset bset, bitset_bindex bitno) in bitset_test() function
/external/stlport/etc/
DChangeLog-5.1159 * test/unit/bitset_test.cpp: Bitset::iostream new test to check
292 * test/unit/bitset_test.cpp: Add test for the to_string member
1666 * test/unit/bitset_test.cpp: Adapt tests to previous modification.
2596 * test/unit/bitset_test.cpp: Add tests for the STLport
DChangeLog2548 * test/unit/bitset_test.cpp: Check _STLP_NON_TYPE_TMPL_PARAM_BUG
/external/bison/
DChangeLog4708 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
6377 (bitset_set, bitset_reset, bitset_test): Rename local vars
7235 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
7874 (bitset_test): Now returns int, not unsigned long.