Home | History | Annotate | Download | only in include

Lines Matching refs:ANTLR3_INT32

162 typedef	INT32	ANTLR3_INT32,	*pANTLR3_INT32;
181 typedef int32_t ANTLR3_INT32, *pANTLR3_INT32;
213 typedef ANTLR3_INT32 ANTLR3_MARKER;
399 typedef int32_t ANTLR3_INT32, *pANTLR3_INT32;
426 typedef ANTLR3_INT32 ANTLR3_MARKER;
534 ANTLR3_API pANTLR3_BITSET antlr3BitsetOf (ANTLR3_INT32 bit, ...);
593 ANTLR3_API ANTLR3_INT32 antlr3dfaspecialTransition (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_INT32 s);
594 ANTLR3_API ANTLR3_INT32 antlr3dfaspecialStateTransition (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_INT32 s);
595 ANTLR3_API ANTLR3_INT32 antlr3dfapredict (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA cdfa);