Searched refs:bitset_test (Results 1 – 19 of 19) sorted by relevance
/external/bison/src/ |
D | reduce.c | 75 if (ISVAR (*rhsp) && !bitset_test (N0, *rhsp - ntokens)) in useful_production() 117 if (!bitset_test (P, r) in useless_nonterminals() 166 if (bitset_test (N, accept->number - ntokens)) in inaccessable_symbols() 176 if (!bitset_test (Pp, r) in inaccessable_symbols() 177 && bitset_test (P, r) in inaccessable_symbols() 178 && bitset_test (V, rules[r].lhs->number)) in inaccessable_symbols() 182 if (ISTOKEN (*rhsp) || bitset_test (N, *rhsp - ntokens)) in inaccessable_symbols() 213 if (bitset_test (V, i)) in inaccessable_symbols() 240 rules[r].useful = bitset_test (P, r); in reduce_grammar_tables() 296 if (bitset_test (V, i)) in nonterminals_reduce() [all …]
|
D | AnnotationList.c | 203 if (bitset_test (always_follows[lhs_goto], conflicted_token)) in AnnotationList__compute_lhs_contributions() 449 if (bitset_test (s->reductions->lookahead_tokens[rule_i], in AnnotationList__compute_from_inadequacies() 452 if (bitset_test (shift_tokens, conflicted_token)) in AnnotationList__compute_from_inadequacies() 468 if (bitset_test (s->reductions->lookahead_tokens[rule_i], in AnnotationList__compute_from_inadequacies() 521 if (bitset_test (shift_tokens, conflicted_token)) in AnnotationList__compute_from_inadequacies() 551 aver (!bitset_test (shift_tokens, conflicted_token) in AnnotationList__compute_from_inadequacies() 686 if (lookaheads[item] && bitset_test (lookaheads[item], token)) in AnnotationList__stateMakesContribution()
|
D | print-xml.c | 270 bool count = bitset_test (no_reduce_set, i); in print_reductions() 273 if (bitset_test (reds->lookahead_tokens[j], i)) in print_reductions() 301 bool count = bitset_test (no_reduce_set, i); in print_reductions() 304 if (bitset_test (reds->lookahead_tokens[j], i)) in print_reductions()
|
D | print.c | 269 bool count = bitset_test (no_reduce_set, i); in print_reductions() 272 if (bitset_test (reds->lookahead_tokens[j], i)) in print_reductions() 299 bool count = bitset_test (no_reduce_set, i); in print_reductions() 304 if (bitset_test (reds->lookahead_tokens[j], i)) in print_reductions()
|
D | graphviz.c | 192 if (bitset_test (reds->lookahead_tokens[j], i)) in output_red() 194 if (bitset_test (no_reduce_set, i)) in output_red()
|
D | conflicts.c | 270 if (bitset_test (lookahead_tokens, i) in resolve_sr_conflict() 271 && bitset_test (lookahead_set, i) in resolve_sr_conflict() 473 if (bitset_test (reds->lookahead_tokens[j], i)) in count_rr_conflicts()
|
D | InadequacyList.c | 59 if (!bitset_test (self->inadequacy.conflict.actions, in InadequacyList__getShiftContributionIndex()
|
D | state.c | 413 if (bitset_test (reachable, s->number)) in state_record_reachable_states() 434 if (bitset_test (reachable, states[i]->number)) in state_remove_unreachable_states()
|
D | ielr.c | 135 if (bitset_test (ritem_sees_lookahead_set, in ielr_compute_internal_follow_edges() 141 if (i != source && !bitset_test (sources, source)) in ielr_compute_internal_follow_edges() 221 && bitset_test (ritem_sees_lookahead_set, items[j])) in ielr_compute_follow_kernel_items() 464 return bitset_test (item_lookahead_sets[s->number][item], lookahead); in ielr_item_has_lookahead()
|
D | closure.c | 169 if (bitset_test (FIRSTS (i), j - ntokens)) in set_fderives()
|
D | tables.c | 199 if (bitset_test (reds->lookahead_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 | 164 bitset_test (bitset bset, bitset_bindex bitno) in bitset_test() function
|
/external/bison/po/ |
D | it.po | 944 msgstr "%u bitset_test, %u in cache (%.2f%%)\n"
|
/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-2012 | 12969 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise. 14638 (bitset_set, bitset_reset, bitset_test): Rename local vars 15496 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise. 16135 (bitset_test): Now returns int, not unsigned long.
|