Home
last modified time | relevance | path

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

/external/bison/src/
Dreduce.c117 bitset_copy (Np, N); in useless_nonterminals()
175 bitset_copy (Vp, V); in inaccessable_symbols()
Drelation.c91 bitset_copy (F[j], F[i]); in traverse()
/external/bison/lib/
Dbitset.h200 #define bitset_copy(DST, SRC) BITSET_COPY_ (DST, SRC) macro