OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pANTLR3_INT_STREAM
(Results
1 - 16
of
16
) sorted by null
/external/antlr/antlr-3.4/runtime/C/src/
antlr3intstream.c
4
/// \addtogroup
pANTLR3_INT_STREAM
38
static void freeStream (
pANTLR3_INT_STREAM
stream);
40
ANTLR3_API
pANTLR3_INT_STREAM
43
pANTLR3_INT_STREAM
stream;
47
stream = (
pANTLR3_INT_STREAM
) ANTLR3_CALLOC(1, sizeof(ANTLR3_INT_STREAM));
60
freeStream (
pANTLR3_INT_STREAM
stream)
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
...]
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
...]
antlr3cyclicdfa.c
79
antlr3dfapredict (void * ctx, pANTLR3_BASE_RECOGNIZER rec,
pANTLR3_INT_STREAM
is, pANTLR3_CYCLIC_DFA cdfa)
193
antlr3dfaspecialStateTransition (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer,
pANTLR3_INT_STREAM
is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_INT32 s)
201
antlr3dfaspecialTransition (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer,
pANTLR3_INT_STREAM
is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_INT32 s)
antlr3treeparser.c
46
static void * getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer,
pANTLR3_INT_STREAM
istream);
47
static void * getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer,
pANTLR3_INT_STREAM
istream, pANTLR3_EXCEPTION e,
189
getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer,
pANTLR3_INT_STREAM
istream)
204
getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer,
pANTLR3_INT_STREAM
istream, pANTLR3_EXCEPTION e,
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
[
all
...]
antlr3baserecognizer.c
57
static ANTLR3_BOOLEAN mismatchIsUnwantedToken (pANTLR3_BASE_RECOGNIZER recognizer,
pANTLR3_INT_STREAM
is, ANTLR3_UINT32 ttype);
58
static ANTLR3_BOOLEAN mismatchIsMissingToken (pANTLR3_BASE_RECOGNIZER recognizer,
pANTLR3_INT_STREAM
is, pANTLR3_BITSET_LIST follow);
78
static void * getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer,
pANTLR3_INT_STREAM
istream);
79
static void * getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer,
pANTLR3_INT_STREAM
istream, pANTLR3_EXCEPTION e,
277
pANTLR3_INT_STREAM
is;
420
pANTLR3_INT_STREAM
is;
493
pANTLR3_INT_STREAM
is;
529
mismatchIsUnwantedToken(pANTLR3_BASE_RECOGNIZER recognizer,
pANTLR3_INT_STREAM
is, ANTLR3_UINT32 ttype)
552
mismatchIsMissingToken(pANTLR3_BASE_RECOGNIZER recognizer,
pANTLR3_INT_STREAM
is, pANTLR3_BITSET_LIST follow)
646
pANTLR3_INT_STREAM
is
[
all
...]
antlr3lexer.c
62
static void * getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer,
pANTLR3_INT_STREAM
istream);
63
static void * getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer,
pANTLR3_INT_STREAM
istream, pANTLR3_EXCEPTION e,
222
pANTLR3_INT_STREAM
istream;
894
getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer,
pANTLR3_INT_STREAM
istream)
900
getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer,
pANTLR3_INT_STREAM
istream, pANTLR3_EXCEPTION e,
/external/antlr/antlr-3.4/runtime/C/include/
antlr3cyclicdfa.h
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);
88
typedef ANTLR3_INT32 (*CDFA_SPECIAL_FUNC) (void * , pANTLR3_BASE_RECOGNIZER ,
pANTLR3_INT_STREAM
, struct ANTLR3_CYCLIC_DFA_struct * , ANTLR3_INT32);
antlr3baserecognizer.h
132
(*mismatchIsUnwantedToken) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer,
pANTLR3_INT_STREAM
input, ANTLR3_UINT32 ttype);
139
(*mismatchIsMissingToken) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer,
pANTLR3_INT_STREAM
input, pANTLR3_BITSET_LIST follow);
307
pANTLR3_INT_STREAM
istream);
329
pANTLR3_INT_STREAM
istream,
antlr3exception.h
197
pANTLR3_INT_STREAM
input;
antlr3interfaces.h
43
typedef struct ANTLR3_INT_STREAM_struct *
pANTLR3_INT_STREAM
;
antlr3input.h
61
pANTLR3_INT_STREAM
istream;
antlr3commontreenodestream.h
65
pANTLR3_INT_STREAM
istream;
antlr3tokenstream.h
114
pANTLR3_INT_STREAM
istream;
antlr3defs.h
562
ANTLR3_API
pANTLR3_INT_STREAM
antlr3IntStreamNew (void);
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);
Completed in 48 milliseconds