Home
last modified time | relevance | path

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

/external/llvm/utils/FileCheck/
DFileCheck.cpp358 StringRef ExampleString(FixedStr); in ComputeMatchDistance() local
359 if (ExampleString.empty()) in ComputeMatchDistance()
360 ExampleString = RegExStr; in ComputeMatchDistance()
363 StringRef BufferPrefix = Buffer.substr(0, ExampleString.size()); in ComputeMatchDistance()
365 return BufferPrefix.edit_distance(ExampleString); in ComputeMatchDistance()