Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DFileUtilities.cpp241 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance() local
243 if (!CompareFailed && (!F1AtEnd || !F2AtEnd)) { in DiffFilesWithTolerance()
245 if (F1AtEnd && isNumberChar(F1P[-1])) --F1P; in DiffFilesWithTolerance()