Lines Matching defs:FailIndex
3167 /// FailIndex - If this match fails, this is the index to continue with.
3168 unsigned FailIndex;
3399 unsigned FailIndex;
3407 FailIndex = 0;
3411 FailIndex = MatcherIndex+NumToSkip;
3428 << FailIndex << "\n");
3433 MatcherIndex = FailIndex;
3437 if (FailIndex == 0) break;
3442 NewEntry.FailIndex = FailIndex;
4347 MatcherIndex = LastScope.FailIndex;
4363 // If we have another child in this scope to match, update FailIndex and
4366 LastScope.FailIndex = MatcherIndex+NumToSkip;