Searched refs:bitset1 (Results 1 – 3 of 3) sorted by relevance
42 static pANTLR3_BITSET antlr3BitsetOR (pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2);46 static ANTLR3_BOOLEAN antlr3BitsetEquals (pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2);354 antlr3BitsetOR(pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2) in antlr3BitsetOR() argument358 if (bitset1 == NULL) in antlr3BitsetOR()365 return antlr3BitsetClone(bitset1); in antlr3BitsetOR()370 bitset = antlr3BitsetClone(bitset1); in antlr3BitsetOR()512 antlr3BitsetEquals(pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2) in antlr3BitsetEquals() argument517 if (bitset1 == NULL || bitset2 == NULL) in antlr3BitsetEquals()524 if (bitset1->blist.length < bitset2->blist.length) in antlr3BitsetEquals()526 minimum = bitset1->blist.length; in antlr3BitsetEquals()[all …]
19 CPPUNIT_TEST(bitset1);27 void bitset1();36 void BitsetTest::bitset1() in bitset1() function in BitsetTest
94 …pANTLR3_BITSET (*bor) (struct ANTLR3_BITSET_struct * bitset1, struct ANTLR3_BITSET_struct *…99 …ANTLR3_BOOLEAN (*equals) (struct ANTLR3_BITSET_struct * bitset1, struct ANTLR3_BITSET_str…