Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp361 StringRef ExampleString(FixedStr); in ComputeMatchDistance() local
362 if (ExampleString.empty()) in ComputeMatchDistance()
363 ExampleString = RegExStr; in ComputeMatchDistance()
366 StringRef BufferPrefix = Buffer.substr(0, ExampleString.size()); in ComputeMatchDistance()
368 return BufferPrefix.edit_distance(ExampleString); in ComputeMatchDistance()