Home
last modified time | relevance | path

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

/external/llvm/utils/FileCheck/
DFileCheck.cpp157 unsigned ComputeMatchDistance(StringRef Buffer,
450 unsigned Pattern::ComputeMatchDistance(StringRef Buffer, in ComputeMatchDistance() function in Pattern
526 unsigned Distance = ComputeMatchDistance(Buffer.substr(i), VariableTable); in PrintFailureInfo()