Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DFileUtilities.cpp262 bool F2AtEnd = F2P >= File2End; in DiffFilesWithTolerance() local
263 if (!CompareFailed && (!F1AtEnd || !F2AtEnd)) { in DiffFilesWithTolerance()
266 if (F2AtEnd && isNumberChar(F2P[-1])) --F2P; in DiffFilesWithTolerance()
/external/llvm/lib/Support/
DFileUtilities.cpp244 bool F2AtEnd = F2P >= File2End; in DiffFilesWithTolerance() local
245 if (!CompareFailed && (!F1AtEnd || !F2AtEnd)) { in DiffFilesWithTolerance()
248 if (F2AtEnd && isNumberChar(F2P[-1])) --F2P; in DiffFilesWithTolerance()