/external/bison/src/ |
reduce.c | 76 if (ISVAR (*rhsp) && !bitset_test (N0, *rhsp - ntokens)) 118 if (!bitset_test (P, r) 167 if (bitset_test (N, accept->number - ntokens)) 177 if (!bitset_test (Pp, r) 178 && bitset_test (P, r) 179 && bitset_test (V, rules[r].lhs->number)) 183 if (ISTOKEN (*rhsp) || bitset_test (N, *rhsp - ntokens)) 214 if (bitset_test (V, i)) 241 rules[r].useful = bitset_test (P, r); 297 if (bitset_test (V, i) [all...] |
InadequacyList.c | 59 if (!bitset_test (self->inadequacy.conflict.actions,
|
graphviz.c | 192 if (bitset_test (reds->lookahead_tokens[j], i)) 194 if (bitset_test (no_reduce_set, i))
|
AnnotationList.c | 203 if (bitset_test (always_follows[lhs_goto], conflicted_token)) 449 if (bitset_test (s->reductions->lookahead_tokens[rule_i], 452 if (bitset_test (shift_tokens, conflicted_token)) 468 if (bitset_test (s->reductions->lookahead_tokens[rule_i], 521 if (bitset_test (shift_tokens, conflicted_token)) 551 aver (!bitset_test (shift_tokens, conflicted_token) 686 if (lookaheads[item] && bitset_test (lookaheads[item], token)) [all...] |
print-xml.c | 270 bool count = bitset_test (no_reduce_set, i); 273 if (bitset_test (reds->lookahead_tokens[j], i)) 301 bool count = bitset_test (no_reduce_set, i); 304 if (bitset_test (reds->lookahead_tokens[j], i))
|
print.c | 270 bool count = bitset_test (no_reduce_set, i); 273 if (bitset_test (reds->lookahead_tokens[j], i)) 300 bool count = bitset_test (no_reduce_set, i); 305 if (bitset_test (reds->lookahead_tokens[j], i))
|
conflicts.c | 271 if (bitset_test (lookahead_tokens, i) 272 && bitset_test (lookahead_set, i) 474 if (bitset_test (reds->lookahead_tokens[j], i))
|
closure.c | 171 if (bitset_test (FIRSTS (i), j - ntokens))
|
state.c | 413 if (bitset_test (reachable, s->number)) 434 if (bitset_test (reachable, states[i]->number))
|
ielr.c | 135 if (bitset_test (ritem_sees_lookahead_set, 141 if (i != source && !bitset_test (sources, source)) 221 && bitset_test (ritem_sees_lookahead_set, items[j])) 464 return bitset_test (item_lookahead_sets[s->number][item], lookahead); [all...] |
tables.c | 199 if (bitset_test (reds->lookahead_tokens[i], j)
|
/external/bison/lib/ |
bitsetv-print.c | 59 fputs (bitset_test (bset[i], j) ? "1" : " ", out);
|
bitsetv.c | 118 if (bitset_test (bsetv[j], i))
|
bitset.c | 342 if (bitset_test (bset, bitno))
|
bitset.h | 164 bitset_test (bitset bset, bitset_bindex bitno) function
|