Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-io.h36 void Enter(const parser::WriteStmt &) { Init(IoStmtKind::Write); } in Enter()
Dcheck-io.cpp743 void IoChecker::Leave(const parser::WriteStmt &) { in Leave()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h2662 struct WriteStmt { struct
2664 WriteStmt(std::optional<IoUnit> &&i, std::optional<Format> &&f, in WriteStmt() function
2668 std::optional<IoUnit> iounit; // if first in controls without UNIT= &/or
2670 std::optional<Format> format; // if second in controls without FMT=/NML=;
2672 std::list<IoControlSpec> controls;
2673 std::list<OutputItem> items;
/external/llvm-project/polly/lib/Transform/
DDeLICM.cpp811 auto *WriteStmt = MA->getStatement(); in determinePHIWrittenValues() local