Searched refs:WriteStmt (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/flang/include/flang/Lower/ |
D | IO.h | 34 struct WriteStmt; 91 const parser::WriteStmt &stmt,
|
D | PFTBuilder.h | 108 parser::WaitStmt, parser::WhereStmt, parser::WriteStmt,
|
/external/llvm-project/flang/lib/Semantics/ |
D | check-io.h | 36 void Enter(const parser::WriteStmt &) { Init(IoStmtKind::Write); } in Enter() argument 79 void Leave(const parser::WriteStmt &);
|
D | rewrite-parse-tree.cpp | 45 void Post(parser::WriteStmt &); 175 void RewriteMutator::Post(parser::WriteStmt &x) { in Post()
|
D | check-io.cpp | 743 void IoChecker::Leave(const parser::WriteStmt &) { in Leave() argument
|
/external/llvm-project/flang/lib/Parser/ |
D | io-parsers.cpp | 233 construct<WriteStmt>("WRITE (" >> 237 construct<WriteStmt>( 242 construct<WriteStmt>("WRITE" >> construct<std::optional<IoUnit>>(),
|
D | executable-parsers.cpp | 134 construct<ActionStmt>(indirect(Parser<WriteStmt>{})),
|
D | unparse.cpp | 1260 void Unparse(const WriteStmt &x) { // R1211 in Unparse()
|
/external/llvm-project/polly/lib/Transform/ |
D | DeLICM.cpp | 811 auto *WriteStmt = MA->getStatement(); in determinePHIWrittenValues() local 816 ValInst = makeValInst(Incoming[0].second, WriteStmt, in determinePHIWrittenValues() 824 ValInst = makeUnknownForDomain(WriteStmt); in determinePHIWrittenValues()
|
/external/llvm-project/flang/include/flang/Parser/ |
D | parse-tree-visitor.h | 680 template <typename V> void Walk(const WriteStmt &x, V &visitor) { in Walk() 689 template <typename M> void Walk(WriteStmt &x, M &mutator) { in Walk()
|
D | parse-tree.h | 223 struct WriteStmt; // R1211 495 common::Indirection<WriteStmt>, common::Indirection<ComputedGotoStmt>, 2662 struct WriteStmt { struct 2663 BOILERPLATE(WriteStmt); 2664 WriteStmt(std::optional<IoUnit> &&i, std::optional<Format> &&f, in WriteStmt() argument
|
D | dump-parse-tree.h | 704 NODE(parser, WriteStmt) in NODE()
|
/external/llvm-project/flang/lib/Lower/ |
D | PFTBuilder.cpp | 346 std::is_same_v<A, parser::WriteStmt>) { in analyzeIoBranches() 698 parser::WaitStmt, parser::WriteStmt>; in analyzeBranches()
|
D | IO.cpp | 1389 const Fortran::parser::WriteStmt &stmt, in genWriteStatement()
|