Home
last modified time | relevance | path

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

/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()
/external/llvm-project/llvm/lib/Support/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileUtilities.cpp250 bool F2AtEnd = F2P >= File2End; in DiffFilesWithTolerance() local
251 if (!CompareFailed && (!F1AtEnd || !F2AtEnd)) { in DiffFilesWithTolerance()
254 if (F2AtEnd && isNumberChar(F2P[-1])) --F2P; in DiffFilesWithTolerance()