Home
last modified time | relevance | path

Searched defs:follow (Results 1 – 25 of 51) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DBaseRecognizer.js109 match: function(input, ttype, follow) { argument
154 mismatchIsMissingToken: function(input, follow) { argument
192 mismatch: function(input, ttype, follow) { argument
651 follow) argument
687 follow) argument
739 follow) argument
DParser.js25 follow) argument
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3baserecognizer.c416 ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in match()
552 …MissingToken(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_BITSET_LIST follow) in mismatchIsMissingToken()
642 mismatch(pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in mismatch()
1432 …matchedToken (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in recoverFromMismatchedToken()
1555 recoverFromMismatchedSet (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_BITSET_LIST follow) in recoverFromMismatchedSet()
1622 pANTLR3_BITSET follow; in recoverFromMismatchedElement() local
2166 ANTLR3_UINT32 expectedTokenType, pANTLR3_BITSET_LIST follow) in getMissingSymbol()
Dantlr3treeparser.c174 mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in mismatch()
205 ANTLR3_UINT32 expectedTokenType, pANTLR3_BITSET_LIST follow) in getMissingSymbol()
Dantlr3lexer.c901 ANTLR3_UINT32 expectedTokenType, pANTLR3_BITSET_LIST follow) in getMissingSymbol()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DBaseRecognizer.java100 public Object match(IntStream input, int ttype, BitSet follow) in match()
130 public boolean mismatchIsMissingToken(IntStream input, BitSet follow) { in mismatchIsMissingToken()
588 protected Object recoverFromMismatchedToken(IntStream input, int ttype, BitSet follow) in recoverFromMismatchedToken()
624 BitSet follow) in recoverFromMismatchedSet()
670 BitSet follow) in getMissingSymbol()
DParser.java62 BitSet follow) in getMissingSymbol()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DBaseRecognizer.cs141 public virtual object Match( IIntStream input, int ttype, BitSet follow ) in Match()
174 public virtual bool MismatchIsMissingToken( IIntStream input, BitSet follow ) in MismatchIsMissingToken()
695 … protected virtual object RecoverFromMismatchedToken( IIntStream input, int ttype, BitSet follow ) in RecoverFromMismatchedToken()
732 BitSet follow ) in RecoverFromMismatchedSet()
785 BitSet follow ) in GetMissingSymbol()
DParser.cs76 BitSet follow ) in GetMissingSymbol()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBaseRecognizer.cs131 public virtual object Match(IIntStream input, int ttype, BitSet follow) { in Match()
159 public virtual bool MismatchIsMissingToken(IIntStream input, BitSet follow) { in MismatchIsMissingToken()
616 … protected virtual object RecoverFromMismatchedToken(IIntStream input, int ttype, BitSet follow) { in RecoverFromMismatchedToken()
650 BitSet follow) { in RecoverFromMismatchedSet()
700 BitSet follow) { in GetMissingSymbol()
DParser.cs70 BitSet follow) { in GetMissingSymbol()
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeParser.js43 getMissingSymbol: function(input, e, expectedTokenType, follow) { argument
85 mismatch: function(input, ttype, follow) { argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeParser.cs106 BitSet follow ) in GetMissingSymbol()
159 … protected override object RecoverFromMismatchedToken( IIntStream input, int ttype, BitSet follow ) in RecoverFromMismatchedToken()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeParser.cs97 BitSet follow) { in GetMissingSymbol()
145 … protected override object RecoverFromMismatchedToken(IIntStream input, int ttype, BitSet follow) { in RecoverFromMismatchedToken()
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Drecognizers.py197 def match(self, input, ttype, follow): argument
236 def mismatchIsMissingToken(self, input, follow): argument
668 def recoverFromMismatchedToken(self, input, ttype, follow): argument
733 def recoverFromMismatchedSet(self, input, e, follow): argument
760 def getMissingSymbol(self, input, e, expectedTokenType, follow): argument
1383 def getMissingSymbol(self, input, e, expectedTokenType, follow): argument
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeParser.java88 BitSet follow) in getMissingSymbol()
132 BitSet follow) in recoverFromMismatchedToken()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DDebugTreeParser.java87 BitSet follow) in getMissingSymbol()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeParser.cs110 BitSet follow ) in GetMissingSymbol()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeParser.cs102 BitSet follow) { in GetMissingSymbol()
/external/ltrace/
Doptions.h45 int follow; /* trace child processes */ member
/external/e2fsprogs/lib/ext2fs/
Dnamei.c121 const char *pathname, size_t pathlen, int follow, in open_namei()
/external/chromium-trace/catapult/third_party/webtest/webtest/
Dresponse.py92 def follow(self, **kw): member in TestResponse
/external/svox/pico/lib/
Dpicobase.c57 picoos_uint8 follow; in picobase_utf8_length() local
/external/curl/lib/
Dmulti.c1334 followtype follow=FOLLOW_NONE; in multi_runsingle() local
1561 followtype follow=FOLLOW_NONE; in multi_runsingle() local
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtree.rb123 def missing_symbol( error, expected_token_type, follow ) argument
155 def mismatch( input, type, follow = nil ) argument

123