Home
last modified time | relevance | path

Searched defs:WriteStmt (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.h36 void Enter(const parser::WriteStmt &) { Init(IoStmtKind::Write); } in Enter()
H A Dcheck-io.cpp787 void IoChecker::Leave(const parser::WriteStmt &) { in Leave()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h2683 struct WriteStmt { struct
2685 WriteStmt(std::optional<IoUnit> &&i, std::optional<Format> &&f, in WriteStmt() function
2689 std::optional<IoUnit> iounit; // if first in controls without UNIT= &/or
2691 std::optional<Format> format; // if second in controls without FMT=/NML=;
2693 std::list<IoControlSpec> controls;
2694 std::list<OutputItem> items;
/llvm-project-15.0.7/polly/lib/Transform/
H A DDeLICM.cpp814 auto *WriteStmt = MA->getStatement(); in determinePHIWrittenValues() local