Searched refs:atEOF (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DScriptLexer.h28 bool atEOF();
H A DScriptLexer.cpp170 bool ScriptLexer::atEOF() { return errorCount() || tokens.size() == pos; } function in class:lld::elf::ScriptLexer
221 if (!inExpr || errorCount() || atEOF())
236 if (atEOF()) {
H A DScriptParser.cpp181 if (!atEOF()) {
196 if (!atEOF())
206 while (!atEOF() && !errorCount() && peek() != "}") {
225 while (!atEOF()) {
272 if (!atEOF())
548 if (!atEOF() && consume("INSERT")) {
1009 while (!atEOF() && !errorCount()) {
1023 while (!atEOF()) {
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c191458 u8 atEOF; /* True if at end of search */ member in struct:RtreeCursor
[all...]

Completed in 536 milliseconds