Lines Matching defs:FailIndex
3122 /// FailIndex - If this match fails, this is the index to continue with.
3123 unsigned FailIndex;
3351 unsigned FailIndex;
3359 FailIndex = 0;
3363 FailIndex = MatcherIndex+NumToSkip;
3380 << FailIndex << "\n");
3385 MatcherIndex = FailIndex;
3389 if (FailIndex == 0) break;
3394 NewEntry.FailIndex = FailIndex;
4301 MatcherIndex = LastScope.FailIndex;
4317 // If we have another child in this scope to match, update FailIndex and
4320 LastScope.FailIndex = MatcherIndex+NumToSkip;