Searched defs:WriteStmt (Results 1 – 4 of 4) sorted by relevance
36 void Enter(const parser::WriteStmt &) { Init(IoStmtKind::Write); } in Enter()
743 void IoChecker::Leave(const parser::WriteStmt &) { in Leave()
2662 struct WriteStmt { struct2664 WriteStmt(std::optional<IoUnit> &&i, std::optional<Format> &&f, in WriteStmt() function2668 std::optional<IoUnit> iounit; // if first in controls without UNIT= &/or2670 std::optional<Format> format; // if second in controls without FMT=/NML=;2672 std::list<IoControlSpec> controls;2673 std::list<OutputItem> items;
811 auto *WriteStmt = MA->getStatement(); in determinePHIWrittenValues() local