Lines Matching defs:bitset
63 antlr3BitsetFree(pANTLR3_BITSET bitset) in antlr3BitsetFree()
78 pANTLR3_BITSET bitset; in antlr3BitsetNew() local
122 antlr3BitsetSetAPI(pANTLR3_BITSET bitset) in antlr3BitsetSetAPI()
143 pANTLR3_BITSET bitset; in antlr3BitsetCopy() local
186 pANTLR3_BITSET bitset; in antlr3BitsetClone() local
256 pANTLR3_BITSET bitset; in antlr3BitsetLoad() local
319 pANTLR3_BITSET bitset; in antlr3BitsetOf() local
356 pANTLR3_BITSET bitset; in antlr3BitsetOR() local
379 antlr3BitsetAdd(pANTLR3_BITSET bitset, ANTLR3_INT32 bit) in antlr3BitsetAdd()
395 grow(pANTLR3_BITSET bitset, ANTLR3_INT32 newSize) in grow()
421 growToInclude(pANTLR3_BITSET bitset, ANTLR3_INT32 bit) in growToInclude()
440 antlr3BitsetORInPlace(pANTLR3_BITSET bitset, pANTLR3_BITSET bitset2) in antlr3BitsetORInPlace()
483 antlr3BitsetSize(pANTLR3_BITSET bitset) in antlr3BitsetSize()
571 antlr3BitsetMember(pANTLR3_BITSET bitset, ANTLR3_UINT32 bit) in antlr3BitsetMember()
593 antlr3BitsetRemove(pANTLR3_BITSET bitset, ANTLR3_UINT32 bit) in antlr3BitsetRemove()
605 antlr3BitsetIsNil(pANTLR3_BITSET bitset) in antlr3BitsetIsNil()
633 antlr3BitsetNumBits(pANTLR3_BITSET bitset) in antlr3BitsetNumBits()
646 antlr3BitsetToIntList (pANTLR3_BITSET bitset) in antlr3BitsetToIntList()