reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lld/ELF/ScriptLexer.h
   28   bool atEOF();

References

tools/lld/ELF/ScriptLexer.cpp
  219   if (!inExpr || errorCount() || atEOF())
  234   if (atEOF()) {
tools/lld/ELF/ScriptParser.cpp
  181   if (!atEOF()) {
  196   if (!atEOF())
  206   while (!atEOF() && !errorCount() && peek() != "}") {
  225   while (!atEOF()) {
  272   if (!atEOF())
  548   if (!atEOF() && consume("INSERT")) {
 1008   while (!atEOF() && !errorCount()) {
 1022     while (!atEOF()) {