Home
last modified time | relevance | path

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

/external/llvm/utils/FileCheck/
DFileCheck.cpp458 StringRef ExampleString(FixedStr); in ComputeMatchDistance() local
459 if (ExampleString.empty()) in ComputeMatchDistance()
460 ExampleString = RegExStr; in ComputeMatchDistance()
463 StringRef BufferPrefix = Buffer.substr(0, ExampleString.size()); in ComputeMatchDistance()
465 return BufferPrefix.edit_distance(ExampleString); in ComputeMatchDistance()