Searched refs:isEOF (Results 1 – 2 of 2) sorted by relevance
47 bool isEOF() const { return Ptr == End; } in isEOF() function in __anon4b81fc250111::Cursor102 while (!isNewlineChar(C.peek()) && !C.isEOF()) in skipComment()123 while (!C.isEOF()) { in unescapeQuotedString()148 if (C.isEOF() || isNewlineChar(C.peek())) { in lexStringConstant()671 if (C.isEOF() || isNewlineChar(C.peek())) { in maybeLexEscapedIRValue()689 if (C.isEOF()) { in lexMIToken()
115 bool isEOF() { return LastError == instrprof_error::eof; } in isEOF() function118 bool hasError() { return LastError != instrprof_error::success && !isEOF(); } in hasError()