Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DFileUtilities.cpp242 bool F2AtEnd = F2P >= File2End; in DiffFilesWithTolerance() local
243 if (!CompareFailed && (!F1AtEnd || !F2AtEnd)) { in DiffFilesWithTolerance()
246 if (F2AtEnd && isNumberChar(F2P[-1])) --F2P; in DiffFilesWithTolerance()