Searched refs:bitset_or (Results 1 – 10 of 10) sorted by relevance
/external/bison/lib/ |
D | bitset.h | 230 #define bitset_or(DST, SRC1, SRC2) BITSET_OR_ (DST, SRC1, SRC2) macro 355 #define bitset_union(DST, SRC1, SRC2) bitset_or (DST, SRC1, SRC2)
|
D | bitsetv.c | 119 bitset_or (bsetv[j], bsetv[j], bsetv[i]); in bitsetv_transitive_closure()
|
D | bitset.c | 428 bitset_or (tmp, src1, src2); in bitset_op4_cmp()
|
/external/bison/src/ |
D | ielr.c | 431 bitset_or (item_lookahead_sets[s->number][item], in ielr_item_has_lookahead() 456 bitset_or (item_lookahead_sets[s->number][item], in ielr_item_has_lookahead() 593 bitset_or (follow_set, follow_set, s->lookaheads[item]); in ielr_compute_goto_follow_set() 810 bitset_or ((*this_isocorep)->lookaheads[i], in ielr_compute_state()
|
D | conflicts.c | 374 bitset_or (lookahead_set, lookahead_set, reds->lookahead_tokens[i]); in set_conflicts() 444 bitset_or (lookahead_set, lookahead_set, reds->lookahead_tokens[i]); in count_sr_conflicts()
|
D | relation.c | 79 bitset_or (F[i], F[i], F[R[i][j]]); in traverse()
|
D | closure.c | 211 bitset_or (ruleset, ruleset, FDERIVES (ritem[core[c]])); in closure()
|
D | AnnotationList.c | 177 bitset_or (conflicted_tokens, in AnnotationList__compute_conflicted_tokens() 179 bitset_or (tokens, tokens, reds->lookahead_tokens[i]); in AnnotationList__compute_conflicted_tokens()
|
D | lalr.c | 313 bitset_or (LA[i], LA[i], goto_follows[sp->value]); in compute_lookahead_tokens()
|
/external/bison/ |
D | ChangeLog-2012 | 18601 bitset_or. 18604 * src/warshall.c (TC): Use bitset_or.
|