Searched refs:WaitStmt (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | IO.h | 31 struct WaitStmt; 72 mlir::Value genWaitStatement(AbstractConverter &, const parser::WaitStmt &);
|
| H A D | PFTBuilder.h | 108 parser::WaitStmt, parser::WhereStmt, parser::WriteStmt,
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-io.h | 35 void Enter(const parser::WaitStmt &) { Init(IoStmtKind::Wait); } in Enter() argument 78 void Leave(const parser::WaitStmt &);
|
| H A D | check-io.cpp | 780 void IoChecker::Leave(const parser::WaitStmt &) { in Leave() argument
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | executable-parsers.cpp | 133 construct<ActionStmt>(indirect(Parser<WaitStmt>{})),
|
| H A D | io-parsers.cpp | 289 parenthesized(construct<WaitStmt>(nonemptyList(Parser<WaitSpec>{}))))
|
| H A D | unparse.cpp | 1366 void Unparse(const WaitStmt &x) { // R1222 in Unparse()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | PFTBuilder.cpp | 601 parser::RewindStmt, parser::WaitStmt>; in analyzeIoBranches() 961 parser::WaitStmt, parser::WriteStmt>; in analyzeBranches()
|
| H A D | IO.cpp | 1749 const Fortran::parser::WaitStmt &stmt) { in genWaitStatement()
|
| H A D | Bridge.cpp | 1995 void genFIR(const Fortran::parser::WaitStmt &stmt) { in genFIR()
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 226 struct WaitStmt; // R1222 496 common::Indirection<WaitStmt>, common::Indirection<WhereStmt>, 2732 WRAPPER_CLASS(WaitStmt, std::list<WaitSpec>);
|
| H A D | dump-parse-tree.h | 710 NODE(parser, WaitStmt) in NODE()
|