Home
last modified time | relevance | path

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

/external/llvm/utils/FileCheck/
DFileCheck.cpp456 StringRef ExampleString(FixedStr); in ComputeMatchDistance() local
457 if (ExampleString.empty()) in ComputeMatchDistance()
458 ExampleString = RegExStr; in ComputeMatchDistance()
461 StringRef BufferPrefix = Buffer.substr(0, ExampleString.size()); in ComputeMatchDistance()
463 return BufferPrefix.edit_distance(ExampleString); in ComputeMatchDistance()