Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1193 StringRef ExampleString(FixedStr); in computeMatchDistance() local
1194 if (ExampleString.empty()) in computeMatchDistance()
1195 ExampleString = RegExStr; in computeMatchDistance()
1198 StringRef BufferPrefix = Buffer.substr(0, ExampleString.size()); in computeMatchDistance()
1200 return BufferPrefix.edit_distance(ExampleString); in computeMatchDistance()