Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DFileUtilities.cpp261 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance() local
263 if (!CompareFailed && (!F1AtEnd || !F2AtEnd)) { in DiffFilesWithTolerance()
265 if (F1AtEnd && isNumberChar(F1P[-1])) --F1P; in DiffFilesWithTolerance()
/external/llvm/lib/Support/
DFileUtilities.cpp243 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance() local
245 if (!CompareFailed && (!F1AtEnd || !F2AtEnd)) { in DiffFilesWithTolerance()
247 if (F1AtEnd && isNumberChar(F1P[-1])) --F1P; in DiffFilesWithTolerance()