Home | History | Annotate | Download | only in FileCheck

Lines Matching defs:Distance

133   /// matching this pattern at the start of \arg Buffer; a distance of zero
528 // match distance and the number of lines skipped to get to this match.
529 unsigned Distance = ComputeMatchDistance(Buffer.substr(i), VariableTable);
530 double Quality = Distance + (NumLinesForward / 100.);