Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DIO.h29 struct RewindStmt;
69 mlir::Value genRewindStatement(AbstractConverter &, const parser::RewindStmt &);
H A DPFTBuilder.h105 parser::PrintStmt, parser::ReadStmt, parser::ReturnStmt, parser::RewindStmt,
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.h34 void Enter(const parser::RewindStmt &) { Init(IoStmtKind::Rewind); } in Enter() argument
77 void Leave(const parser::RewindStmt &);
H A Dcheck-io.cpp773 void IoChecker::Leave(const parser::RewindStmt &) { in Leave() argument
/llvm-project-15.0.7/flang/lib/Parser/
H A Dexecutable-parsers.cpp126 construct<ActionStmt>(indirect(Parser<RewindStmt>{})),
H A Dio-parsers.cpp328 construct<RewindStmt>("REWIND" >> positionOrFlushSpecList))
H A Dunparse.cpp1387 void Unparse(const RewindStmt &x) { // R1226 in Unparse()
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp601 parser::RewindStmt, parser::WaitStmt>; in analyzeIoBranches()
960 parser::PrintStmt, parser::ReadStmt, parser::RewindStmt, in analyzeBranches()
H A DIO.cpp1674 const Fortran::parser::RewindStmt &stmt) { in genRewindStatement()
H A DBridge.cpp1991 void genFIR(const Fortran::parser::RewindStmt &stmt) { in genFIR()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h229 struct RewindStmt; // R1226
492 common::Indirection<ReturnStmt>, common::Indirection<RewindStmt>,
2754 WRAPPER_CLASS(RewindStmt, std::list<PositionOrFlushSpec>);
H A Ddump-parse-tree.h622 NODE(parser, RewindStmt) in NODE()