Lines Matching refs:ANTLR3_INT32
65 const ANTLR3_INT32 decisionNumber;
71 …ANTLR3_INT32 (*specialStateTransition) (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR…
73 …ANTLR3_INT32 (*specialTransition) (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_I…
75 …ANTLR3_INT32 (*predict) (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM …
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 …edef ANTLR3_INT32 (*CDFA_SPECIAL_FUNC) (void * , pANTLR3_BASE_RECOGNIZER , pANTLR3_INT_STREAM ,…