Searched refs:pANTLR3_INT_STREAM (Results 1 – 17 of 17) sorted by relevance
/external/antlr/runtime/C/src/ |
D | antlr3inputstream.c | 42 static void antlr38BitConsume (pANTLR3_INT_STREAM is); 43 static ANTLR3_UCHAR antlr38BitLA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la); 44 static ANTLR3_UCHAR antlr38BitLA_ucase (pANTLR3_INT_STREAM is, ANTLR3_INT32 la); 45 static ANTLR3_MARKER antlr38BitIndex (pANTLR3_INT_STREAM is); 46 static ANTLR3_MARKER antlr38BitMark (pANTLR3_INT_STREAM is); 47 static void antlr38BitRewind (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark); 48 static void antlr38BitRewindLast (pANTLR3_INT_STREAM is); 49 static void antlr38BitRelease (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark); 50 static void antlr38BitSeek (pANTLR3_INT_STREAM is, ANTLR3_MARKER seekPoint); 51 static pANTLR3_STRING antlr38BitGetSourceName (pANTLR3_INT_STREAM is); [all …]
|
D | antlr3intstream.c | 38 static void freeStream (pANTLR3_INT_STREAM stream); 40 ANTLR3_API pANTLR3_INT_STREAM 43 pANTLR3_INT_STREAM stream; in antlr3IntStreamNew() 47 stream = (pANTLR3_INT_STREAM) ANTLR3_CALLOC(1, sizeof(ANTLR3_INT_STREAM)); in antlr3IntStreamNew() 60 freeStream (pANTLR3_INT_STREAM stream) in freeStream()
|
D | antlr3tokenstream.c | 66 static void consume (pANTLR3_INT_STREAM is); 67 static void dbgConsume (pANTLR3_INT_STREAM is); 68 static ANTLR3_UINT32 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i); 69 static ANTLR3_UINT32 dbgLA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i); 70 static ANTLR3_MARKER mark (pANTLR3_INT_STREAM is); 71 static ANTLR3_MARKER dbgMark (pANTLR3_INT_STREAM is); 72 static void release (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark); 73 static ANTLR3_UINT32 size (pANTLR3_INT_STREAM is); 74 static ANTLR3_MARKER tindex (pANTLR3_INT_STREAM is); 75 static void rewindStream (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker); [all …]
|
D | antlr3commontreenodestream.c | 66 static void consume (pANTLR3_INT_STREAM is); 67 static ANTLR3_MARKER tindex (pANTLR3_INT_STREAM is); 68 static ANTLR3_UINT32 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i); 69 static ANTLR3_MARKER mark (pANTLR3_INT_STREAM is); 70 static void release (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker); 71 static void rewindMark (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker); 72 static void rewindLast (pANTLR3_INT_STREAM is); 73 static void seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER index); 74 static ANTLR3_UINT32 size (pANTLR3_INT_STREAM is); 615 consume (pANTLR3_INT_STREAM is) in consume() [all …]
|
D | antlr3baserecognizer.c | 57 …EAN mismatchIsUnwantedToken (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, ANTLR3_U… 58 …LEAN mismatchIsMissingToken (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_… 78 static void * getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM ist… 79 static void * getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream… 277 pANTLR3_INT_STREAM is; in antlr3RecognitionExceptionNew() 420 pANTLR3_INT_STREAM is; in match() 493 pANTLR3_INT_STREAM is; in matchAny() 529 mismatchIsUnwantedToken(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, ANTLR3_UINT32 tt… in mismatchIsUnwantedToken() 552 mismatchIsMissingToken(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_BITSET_LI… in mismatchIsMissingToken() 646 pANTLR3_INT_STREAM is; in mismatch() [all …]
|
D | antlr3treeparser.c | 46 static void * getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istrea… 47 static void * getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, p… 189 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) in getCurrentInputSymbol() 204 getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, pANTLR3_EXCEPTI… in getMissingSymbol()
|
D | antlr3cyclicdfa.c | 79 antlr3dfapredict (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DF… in antlr3dfapredict() 193 …StateTransition (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_… in antlr3dfaspecialStateTransition() 201 antlr3dfaspecialTransition (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM i… in antlr3dfaspecialTransition()
|
D | antlr3lexer.c | 62 static void * getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM ist… 63 static void * getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream… 222 pANTLR3_INT_STREAM istream; in nextTokenStr() 895 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) in getCurrentInputSymbol() 901 getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, pANTLR3_EXCEPTI… in getMissingSymbol()
|
/external/antlr/runtime/C/include/ |
D | antlr3cyclicdfa.h | 71 …tateTransition) (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, struct A… 73 …alTransition) (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, struct A… 75 … (*predict) (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, struct A… 88 typedef ANTLR3_INT32 (*CDFA_SPECIAL_FUNC) (void * , pANTLR3_BASE_RECOGNIZER , pANTLR3_INT_STREAM…
|
D | antlr3baserecognizer.h | 132 …UnwantedToken) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, pANTLR3_INT_STREAM input, ANTLR… 139 …sMissingToken) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, pANTLR3_INT_STREAM input, pANTL… 307 pANTLR3_INT_STREAM istream); 329 pANTLR3_INT_STREAM istream,
|
D | antlr3defs.h | 566 ANTLR3_API pANTLR3_INT_STREAM antlr3IntStreamNew (void); 597 …lTransition (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREAM is, pANTLR3_… 598 …lStateTransition (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREAM is, pANTLR3_… 599 …t (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREAM is, pANTLR3_…
|
D | antlr3exception.h | 197 pANTLR3_INT_STREAM input;
|
D | antlr3interfaces.h | 43 typedef struct ANTLR3_INT_STREAM_struct *pANTLR3_INT_STREAM; typedef
|
D | antlr3input.h | 61 pANTLR3_INT_STREAM istream;
|
D | antlr3tokenstream.h | 114 pANTLR3_INT_STREAM istream;
|
D | antlr3commontreenodestream.h | 65 pANTLR3_INT_STREAM istream;
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | C.stg | 2517 …cisionNumber>_sst(p<name> ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_…
|