Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DFileUtilities.cpp248 bool F2AtEnd = F2P >= File2End; in DiffFilesWithTolerance() local
249 if (!CompareFailed && (!F1AtEnd || !F2AtEnd)) { in DiffFilesWithTolerance()
252 if (F2AtEnd && isNumberChar(F2P[-1])) --F2P; in DiffFilesWithTolerance()