Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h781 unsigned computeMatchDistance(StringRef Buffer) const;
H A DFileCheck.cpp1336 unsigned Pattern::computeMatchDistance(StringRef Buffer) const { in computeMatchDistance() function in Pattern
1481 unsigned Distance = computeMatchDistance(Buffer.substr(i)); in printFuzzyMatch()