Searched refs:File2End (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | FileUtilities.cpp | 206 const char *File2End = F2.getBufferEnd(); in DiffFilesWithTolerance() local 227 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance() 232 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance() 242 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance() 251 bool F2AtEnd = F2P >= File2End; in DiffFilesWithTolerance() 261 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance() 265 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
|