Lines Matching refs:Bitset
124 class Bitset : public ImplTraits::AllocPolicyType class
137 Bitset( ANTLR_UINT32 nbits=0 );
138 Bitset( const Bitset& bitset );
139 Bitset* clone() const;
140 Bitset* bor(Bitset* bitset2);
143 void borInPlace(Bitset* bitset2);
147 bool equals(Bitset* bitset2) const;
183 static Bitset* BitsetOf(ANTLR_INT32 bit);
184 static Bitset* BitsetOf(ANTLR_INT32 bit1, ANTLR_INT32 bit2);
207 static Bitset* BitsetFromList(const IntListType& list);
208 ~Bitset();
215 void bitsetORInPlace(Bitset* bitset2);