Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/FileCheck/
DFileCheck.cpp355 StringRef ExampleString(FixedStr); in ComputeMatchDistance() local
356 if (ExampleString.empty()) in ComputeMatchDistance()
357 ExampleString = RegExStr; in ComputeMatchDistance()
360 StringRef BufferPrefix = Buffer.substr(0, ExampleString.size()); in ComputeMatchDistance()
362 return BufferPrefix.edit_distance(ExampleString); in ComputeMatchDistance()
/external/llvm/utils/FileCheck/
DFileCheck.cpp483 StringRef ExampleString(FixedStr); in ComputeMatchDistance() local
484 if (ExampleString.empty()) in ComputeMatchDistance()
485 ExampleString = RegExStr; in ComputeMatchDistance()
488 StringRef BufferPrefix = Buffer.substr(0, ExampleString.size()); in ComputeMatchDistance()
490 return BufferPrefix.edit_distance(ExampleString); in ComputeMatchDistance()