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

/freebsd-13-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:ScriptLexer
221 if (!inExpr || errorCount() || atEOF())
236 if (atEOF()) {
H A DScriptParser.cpp184 if (!atEOF()) {
199 if (!atEOF())
209 while (!atEOF() && !errorCount() && peek() != "}") {
228 while (!atEOF()) {
275 if (!atEOF())
565 if (atEOF() || !consume("INSERT")) {
1047 while (!atEOF() && !errorCount()) {
1061 while (!atEOF()) {
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c191458 u8 atEOF; /* True if at end of search */ member in struct:RtreeCursor
[all...]

Completed in 734 milliseconds