Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileUtilities.cpp251 bool F2AtEnd = F2P >= File2End; in DiffFilesWithTolerance() local
252 if (!CompareFailed && (!F1AtEnd || !F2AtEnd)) { in DiffFilesWithTolerance()
255 if (F2AtEnd && isNumberChar(F2P[-1])) --F2P; in DiffFilesWithTolerance()