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

/external/llvm/lib/Support/
H A DFileUtilities.cpp243 bool F1AtEnd = F1P >= File1End; local
245 if (!CompareFailed && (!F1AtEnd || !F2AtEnd)) {
247 if (F1AtEnd && isNumberChar(F1P[-1])) --F1P;
/external/swiftshader/third_party/LLVM/lib/Support/
H A DFileUtilities.cpp261 bool F1AtEnd = F1P >= File1End; local
263 if (!CompareFailed && (!F1AtEnd || !F2AtEnd)) {
265 if (F1AtEnd && isNumberChar(F1P[-1])) --F1P;

Completed in 139 milliseconds