Home
last modified time | relevance | path

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

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