Home
last modified time | relevance | path

Searched refs:ExampleString (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1195 StringRef ExampleString(FixedStr); in computeMatchDistance() local
1196 if (ExampleString.empty()) in computeMatchDistance()
1197 ExampleString = RegExStr; in computeMatchDistance()
1200 StringRef BufferPrefix = Buffer.substr(0, ExampleString.size()); in computeMatchDistance()
1202 return BufferPrefix.edit_distance(ExampleString); in computeMatchDistance()