Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/utils/FileCheck/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheck.cpp701 StringRef ExampleString(FixedStr); in computeMatchDistance() local
702 if (ExampleString.empty()) in computeMatchDistance()
703 ExampleString = RegExStr; in computeMatchDistance()
706 StringRef BufferPrefix = Buffer.substr(0, ExampleString.size()); in computeMatchDistance()
708 return BufferPrefix.edit_distance(ExampleString); in computeMatchDistance()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/
H A DFileCheck.cpp1348 StringRef ExampleString(FixedStr); in computeMatchDistance() local
1349 if (ExampleString.empty()) in computeMatchDistance()
1350 ExampleString = RegExStr; in computeMatchDistance()
1353 StringRef BufferPrefix = Buffer.substr(0, ExampleString.size()); in computeMatchDistance()
1355 return BufferPrefix.edit_distance(ExampleString); in computeMatchDistance()