Lines Matching defs:bitset
63 antlr3BitsetFree(pANTLR3_BITSET bitset) in antlr3BitsetFree()
78 pANTLR3_BITSET bitset; in antlr3BitsetNew() local
121 antlr3BitsetSetAPI(pANTLR3_BITSET bitset) in antlr3BitsetSetAPI()
142 pANTLR3_BITSET bitset; in antlr3BitsetCopy() local
185 pANTLR3_BITSET bitset; in antlr3BitsetClone() local
255 pANTLR3_BITSET bitset; in antlr3BitsetLoad() local
318 pANTLR3_BITSET bitset; in antlr3BitsetOf() local
355 pANTLR3_BITSET bitset; in antlr3BitsetOR() local
378 antlr3BitsetAdd(pANTLR3_BITSET bitset, ANTLR3_INT32 bit) in antlr3BitsetAdd()
394 grow(pANTLR3_BITSET bitset, ANTLR3_INT32 newSize) in grow()
420 growToInclude(pANTLR3_BITSET bitset, ANTLR3_INT32 bit) in growToInclude()
439 antlr3BitsetORInPlace(pANTLR3_BITSET bitset, pANTLR3_BITSET bitset2) in antlr3BitsetORInPlace()
482 antlr3BitsetSize(pANTLR3_BITSET bitset) in antlr3BitsetSize()
570 antlr3BitsetMember(pANTLR3_BITSET bitset, ANTLR3_UINT32 bit) in antlr3BitsetMember()
592 antlr3BitsetRemove(pANTLR3_BITSET bitset, ANTLR3_UINT32 bit) in antlr3BitsetRemove()
604 antlr3BitsetIsNil(pANTLR3_BITSET bitset) in antlr3BitsetIsNil()
632 antlr3BitsetNumBits(pANTLR3_BITSET bitset) in antlr3BitsetNumBits()
645 antlr3BitsetToIntList (pANTLR3_BITSET bitset) in antlr3BitsetToIntList()