Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileCheck.h145 ComputeMatchDistance(StringRef Buffer,
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp353 FileCheckPattern::ComputeMatchDistance(StringRef Buffer, in ComputeMatchDistance() function in FileCheckPattern
457 unsigned Distance = ComputeMatchDistance(Buffer.substr(i), VariableTable); in PrintFuzzyMatch()