Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp457 StringRef ExampleString(FixedStr); in ComputeMatchDistance() local
458 if (ExampleString.empty()) in ComputeMatchDistance()
459 ExampleString = RegExStr; in ComputeMatchDistance()
462 StringRef BufferPrefix = Buffer.substr(0, ExampleString.size()); in ComputeMatchDistance()
464 return BufferPrefix.edit_distance(ExampleString); in ComputeMatchDistance()