Lines Matching refs:CGEN_BITSET
28 CGEN_BITSET *
31 CGEN_BITSET * mask = xmalloc (sizeof (* mask)); in cgen_bitset_create()
39 cgen_bitset_init (CGEN_BITSET * mask, unsigned bit_count) in cgen_bitset_init()
51 cgen_bitset_clear (CGEN_BITSET * mask) in cgen_bitset_clear()
65 cgen_bitset_add (CGEN_BITSET * mask, unsigned bit_num) in cgen_bitset_add()
81 cgen_bitset_set (CGEN_BITSET * mask, unsigned bit_num) in cgen_bitset_set()
93 cgen_bitset_contains (CGEN_BITSET * mask, unsigned bit_num) in cgen_bitset_contains()
111 cgen_bitset_compare (CGEN_BITSET * mask1, CGEN_BITSET * mask2) in cgen_bitset_compare()
126 cgen_bitset_intersect_p (CGEN_BITSET * mask1, CGEN_BITSET * mask2) in cgen_bitset_intersect_p()
145 CGEN_BITSET *
146 cgen_bitset_copy (CGEN_BITSET * mask) in cgen_bitset_copy()
148 CGEN_BITSET* newmask; in cgen_bitset_copy()
160 cgen_bitset_union (CGEN_BITSET * mask1, CGEN_BITSET * mask2, in cgen_bitset_union()
161 CGEN_BITSET * result) in cgen_bitset_union()