Searched refs:BITSET_COPY_ (Results 1 - 3 of 3) sorted by relevance

/external/bison/lib/
H A Dbbitset.h214 #define BITSET_COPY_(DST, SRC) (SRC)->b.vtable->copy (DST, SRC) macro
H A Dbitset.h201 #define bitset_copy(DST, SRC) BITSET_COPY_ (DST, SRC)
H A Dbitset_stats.c423 BITSET_COPY_ (dst->s.bset, src->s.bset);

Completed in 1536 milliseconds