Home
last modified time | relevance | path

Searched refs:bitset_or (Results 1 – 10 of 10) sorted by relevance

/external/bison/lib/
Dbitset.h230 #define bitset_or(DST, SRC1, SRC2) BITSET_OR_ (DST, SRC1, SRC2) macro
355 #define bitset_union(DST, SRC1, SRC2) bitset_or (DST, SRC1, SRC2)
Dbitsetv.c119 bitset_or (bsetv[j], bsetv[j], bsetv[i]); in bitsetv_transitive_closure()
Dbitset.c428 bitset_or (tmp, src1, src2); in bitset_op4_cmp()
/external/bison/src/
Dielr.c431 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()
Dconflicts.c374 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()
Drelation.c79 bitset_or (F[i], F[i], F[R[i][j]]); in traverse()
Dclosure.c211 bitset_or (ruleset, ruleset, FDERIVES (ritem[core[c]])); in closure()
DAnnotationList.c177 bitset_or (conflicted_tokens, in AnnotationList__compute_conflicted_tokens()
179 bitset_or (tokens, tokens, reds->lookahead_tokens[i]); in AnnotationList__compute_conflicted_tokens()
Dlalr.c313 bitset_or (LA[i], LA[i], goto_follows[sp->value]); in compute_lookahead_tokens()
/external/bison/
DChangeLog-201218601 bitset_or.
18604 * src/warshall.c (TC): Use bitset_or.