Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h732 unsigned computeMatchDistance(StringRef Buffer) const;
H A DFileCheck.cpp1188 unsigned Pattern::computeMatchDistance(StringRef Buffer) const { in computeMatchDistance() function in Pattern
1335 unsigned Distance = computeMatchDistance(Buffer.substr(i)); in printFuzzyMatch()