Home
last modified time | relevance | path

Searched refs:isEOF (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp47 bool isEOF() const { return Ptr == End; } in isEOF() function in __anon4b81fc250111::Cursor
102 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h115 bool isEOF() { return LastError == instrprof_error::eof; } in isEOF() function
118 bool hasError() { return LastError != instrprof_error::success && !isEOF(); } in hasError()