Searched refs:File1End (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DFileUtilities.cpp198 const char *File1End = F1.getBufferEnd(); local
220 while (F1P < File1End && F2P < File2End && *F1P == *F2P)
223 if (F1P >= File1End || F2P >= File2End) break;
233 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) {
241 bool F1AtEnd = F1P >= File1End;
252 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error))
256 if (F1P < File1End || F2P < File2End)

Completed in 55 milliseconds