Searched defs:F1AtEnd (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DFileUtilities.cpp260 bool F1AtEnd = F1P >= File1End; local
262 if (!CompareFailed && (!F1AtEnd || !F2AtEnd)) {
264 if (F1AtEnd && isNumberChar(F1P[-1])) --F1P;

Completed in 774 milliseconds