Home | History | Annotate | Download | only in src

Lines Matching defs:stopIndex

1860     ANTLR3_MARKER	stopIndex;
1884 /* We cannot have a stopIndex in a trie we have just created of course
1893 stopIndex = 0;
1898 stopIndex = (ANTLR3_MARKER)(entry->data.intVal);
1901 if (stopIndex == 0)
1906 return stopIndex;
1920 ANTLR3_MARKER stopIndex;
1964 stopIndex = recognizer->getRuleMemoization(recognizer, ruleIndex, is->index(is));
1966 if (stopIndex == MEMO_RULE_UNKNOWN)
1971 if (stopIndex == MEMO_RULE_FAILED)
1977 is->seek(is, stopIndex+1);
1995 ANTLR3_MARKER stopIndex;
2035 stopIndex = recognizer->state->failed == ANTLR3_TRUE ? MEMO_RULE_FAILED : is->index(is) - 1;
2047 ruleList->add(ruleList, ruleParseStart, ANTLR3_HASH_TYPE_INT, stopIndex, NULL, NULL);