Home | History | Annotate | Download | only in include

Lines Matching refs:ANTLR3_INT32

65     const ANTLR3_INT32		decisionNumber;
71 ANTLR3_INT32 (*specialStateTransition) (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, struct ANTLR3_CYCLIC_DFA_struct * dfa, ANTLR3_INT32 s);
73 ANTLR3_INT32 (*specialTransition) (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, struct ANTLR3_CYCLIC_DFA_struct * dfa, ANTLR3_INT32 s);
75 ANTLR3_INT32 (*predict) (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, struct ANTLR3_CYCLIC_DFA_struct * dfa);
77 const ANTLR3_INT32 * const eot;
78 const ANTLR3_INT32 * const eof;
79 const ANTLR3_INT32 * const min;
80 const ANTLR3_INT32 * const max;
81 const ANTLR3_INT32 * const accept;
82 const ANTLR3_INT32 * const special;
83 const ANTLR3_INT32 * const * const transition;
88 typedef ANTLR3_INT32 (*CDFA_SPECIAL_FUNC) (void * , pANTLR3_BASE_RECOGNIZER , pANTLR3_INT_STREAM , struct ANTLR3_CYCLIC_DFA_struct * , ANTLR3_INT32);