Home
last modified time | relevance | path

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

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