Home
last modified time | relevance | path

Searched refs:ExampleString (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/FileCheck/
DFileCheck.cpp526 StringRef ExampleString(FixedStr); in ComputeMatchDistance() local
527 if (ExampleString.empty()) in ComputeMatchDistance()
528 ExampleString = RegExStr; in ComputeMatchDistance()
531 StringRef BufferPrefix = Buffer.substr(0, ExampleString.size()); in ComputeMatchDistance()
533 return BufferPrefix.edit_distance(ExampleString); in ComputeMatchDistance()