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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp44 bool isEOF() const { return Ptr == End; } function in class:__anon3496::Cursor
99 while (!isNewlineChar(C.peek()) && !C.isEOF())
134 while (!C.isEOF()) {
159 if (C.isEOF() || isNewlineChar(C.peek())) {
684 if (C.isEOF() || isNewlineChar(C.peek())) {
702 if (C.isEOF()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h115 bool isEOF() { return LastError == instrprof_error::eof; } function in class:llvm::InstrProfReader
118 bool hasError() { return LastError != instrprof_error::success && !isEOF(); }

Completed in 99 milliseconds