Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp1343 StringRef ExampleString(FixedStr); in computeMatchDistance() local
1344 if (ExampleString.empty()) in computeMatchDistance()
1345 ExampleString = RegExStr; in computeMatchDistance()
1348 StringRef BufferPrefix = Buffer.substr(0, ExampleString.size()); in computeMatchDistance()
1350 return BufferPrefix.edit_distance(ExampleString); in computeMatchDistance()