Home
last modified time | relevance | path

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

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