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.cpp1234 StringRef ExampleString(FixedStr); in computeMatchDistance() local
1235 if (ExampleString.empty()) in computeMatchDistance()
1236 ExampleString = RegExStr; in computeMatchDistance()
1239 StringRef BufferPrefix = Buffer.substr(0, ExampleString.size()); in computeMatchDistance()
1241 return BufferPrefix.edit_distance(ExampleString); in computeMatchDistance()