Home
last modified time | relevance | path

Searched refs:WaitStmt (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DIO.h31 struct WaitStmt;
72 mlir::Value genWaitStatement(AbstractConverter &, const parser::WaitStmt &);
H A DPFTBuilder.h108 parser::WaitStmt, parser::WhereStmt, parser::WriteStmt,
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.h35 void Enter(const parser::WaitStmt &) { Init(IoStmtKind::Wait); } in Enter() argument
78 void Leave(const parser::WaitStmt &);
H A Dcheck-io.cpp780 void IoChecker::Leave(const parser::WaitStmt &) { in Leave() argument
/llvm-project-15.0.7/flang/lib/Parser/
H A Dexecutable-parsers.cpp133 construct<ActionStmt>(indirect(Parser<WaitStmt>{})),
H A Dio-parsers.cpp289 parenthesized(construct<WaitStmt>(nonemptyList(Parser<WaitSpec>{}))))
H A Dunparse.cpp1366 void Unparse(const WaitStmt &x) { // R1222 in Unparse()
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp601 parser::RewindStmt, parser::WaitStmt>; in analyzeIoBranches()
961 parser::WaitStmt, parser::WriteStmt>; in analyzeBranches()
H A DIO.cpp1749 const Fortran::parser::WaitStmt &stmt) { in genWaitStatement()
H A DBridge.cpp1995 void genFIR(const Fortran::parser::WaitStmt &stmt) { in genFIR()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h226 struct WaitStmt; // R1222
496 common::Indirection<WaitStmt>, common::Indirection<WhereStmt>,
2732 WRAPPER_CLASS(WaitStmt, std::list<WaitSpec>);
H A Ddump-parse-tree.h710 NODE(parser, WaitStmt) in NODE()