Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h758 unsigned computeMatchDistance(StringRef Buffer) const;
H A DFileCheck.cpp1227 unsigned Pattern::computeMatchDistance(StringRef Buffer) const { in computeMatchDistance() function in Pattern
1375 unsigned Distance = computeMatchDistance(Buffer.substr(i)); in printFuzzyMatch()