Searched defs:ReadStmt (Results 1 – 4 of 4) sorted by relevance
33 void Enter(const parser::ReadStmt &) { Init(IoStmtKind::Read); } in Enter()
2640 struct ReadStmt { struct2642 ReadStmt(std::optional<IoUnit> &&i, std::optional<Format> &&f, in ReadStmt() function2646 std::optional<IoUnit> iounit; // if first in controls without UNIT= &/or2648 std::optional<Format> format; // if second in controls without FMT=/NML=, or2651 std::list<IoControlSpec> controls;2652 std::list<InputItem> items;
2581 Stmt *ASTReader::ReadStmt(ModuleFile &F) { in ReadStmt() function in ASTReader
2772 Stmt *ASTReader::ReadStmt(ModuleFile &F) { in ReadStmt() function in ASTReader