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

/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DFileUtilities.cpp197 const char *File2End = F2->getBufferEnd(); local
218 while (F1P < File1End && F2P < File2End && *F1P == *F2P)
221 if (F1P >= File1End || F2P >= File2End) break;
231 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) {
240 bool F2AtEnd = F2P >= File2End;
250 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error))
254 if (F1P < File1End || F2P < File2End)

Completed in 45 milliseconds