Home
last modified time | relevance | path

Searched refs:bitset_copy (Results 1 – 5 of 5) sorted by relevance

/external/bison/src/
Dreduce.c115 bitset_copy (Np, N); in useless_nonterminals()
173 bitset_copy (Vp, V); in inaccessable_symbols()
Dielr.c586 bitset_copy (follow_set, always_follows[n_goto]); in ielr_compute_goto_follow_set()
654 bitset_copy (lookaheads[t_item], s->lookaheads[s_item]); in ielr_compute_lookaheads()
932 bitset_copy ((*last_statep)->lookaheads[i], lookaheads[i]); in ielr_compute_state()
1066 bitset_copy (lookahead_set, node->lookaheads[i]); in ielr_split_states()
Drelation.c91 bitset_copy (F[j], F[i]); in traverse()
DAnnotationList.c173 bitset_copy (tokens, shift_tokens); in AnnotationList__compute_conflicted_tokens()
/external/bison/lib/
Dbitset.h201 #define bitset_copy(DST, SRC) BITSET_COPY_ (DST, SRC) macro