Searched defs:WriteStmt (Results 1 – 4 of 4) sorted by relevance
36 void Enter(const parser::WriteStmt &) { Init(IoStmtKind::Write); } in Enter()
787 void IoChecker::Leave(const parser::WriteStmt &) { in Leave()
2683 struct WriteStmt { struct2685 WriteStmt(std::optional<IoUnit> &&i, std::optional<Format> &&f, in WriteStmt() function2689 std::optional<IoUnit> iounit; // if first in controls without UNIT= &/or2691 std::optional<Format> format; // if second in controls without FMT=/NML=;2693 std::list<IoControlSpec> controls;2694 std::list<OutputItem> items;
814 auto *WriteStmt = MA->getStatement(); in determinePHIWrittenValues() local