Searched refs:bitset_test (Results 1 – 12 of 12) sorted by relevance
/external/bison/src/ |
D | reduce.c | 77 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 …]
|
D | conflicts.c | 194 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()
|
D | print.c | 330 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()
|
D | closure.c | 172 if (bitset_test (FIRSTS (i), j - ntokens)) in set_fderives()
|
D | tables.c | 201 if (bitset_test (reds->look_ahead_tokens[i], j) in conflict_row()
|
/external/bison/lib/ |
D | bitsetv-print.c | 59 fputs (bitset_test (bset[i], j) ? "1" : " ", out); in bitsetv_matrix_dump()
|
D | bitsetv.c | 118 if (bitset_test (bsetv[j], i)) in bitsetv_transitive_closure()
|
D | bitset.c | 342 if (bitset_test (bset, bitno)) in bitset_toggle_()
|
D | bitset.h | 163 bitset_test (bitset bset, bitset_bindex bitno) in bitset_test() function
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 159 * 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
|
D | ChangeLog | 2548 * test/unit/bitset_test.cpp: Check _STLP_NON_TYPE_TMPL_PARAM_BUG
|
/external/bison/ |
D | ChangeLog | 4708 * 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.
|