Home
last modified time | relevance | path

Searched refs:BITSET_CHECK2_ (Results 1 – 2 of 2) sorted by relevance

/external/bison/lib/
Dbitset_stats.c422 BITSET_CHECK2_ (dst, src); in bitset_stats_copy()
430 BITSET_CHECK2_ (dst, src); in bitset_stats_disjoint_p()
438 BITSET_CHECK2_ (dst, src); in bitset_stats_equal_p()
446 BITSET_CHECK2_ (dst, src); in bitset_stats_not()
454 BITSET_CHECK2_ (dst, src); in bitset_stats_subset_p()
Dbbitset.h161 #define BITSET_CHECK2_(DST, SRC) \ macro