Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1348 StringRef ExampleString(FixedStr); in computeMatchDistance() local
1349 if (ExampleString.empty()) in computeMatchDistance()
1350 ExampleString = RegExStr; in computeMatchDistance()
1353 StringRef BufferPrefix = Buffer.substr(0, ExampleString.size()); in computeMatchDistance()
1355 return BufferPrefix.edit_distance(ExampleString); in computeMatchDistance()