Lines Matching refs:ANTLR3_INT32
45 static void antlr3BitsetAdd (pANTLR3_BITSET bitset, ANTLR3_INT32 bit);
55 static void growToInclude (pANTLR3_BITSET bitset, ANTLR3_INT32 bit);
56 static void grow (pANTLR3_BITSET bitset, ANTLR3_INT32 newSize);
316 antlr3BitsetOf(ANTLR3_INT32 bit, ...) in antlr3BitsetOf()
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()
485 ANTLR3_INT32 i; in antlr3BitsetSize()
513 ANTLR3_INT32 minimum; in antlr3BitsetEquals()
514 ANTLR3_INT32 i; in antlr3BitsetEquals()
606 ANTLR3_INT32 i; in antlr3BitsetIsNil()
657 intList = (pANTLR3_INT32)ANTLR3_MALLOC(numInts * sizeof(ANTLR3_INT32)); in antlr3BitsetToIntList()