Searched refs:BackspaceStmt (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | IO.h | 22 struct BackspaceStmt; 41 const parser::BackspaceStmt &);
|
| H A D | PFTBuilder.h | 98 parser::AllocateStmt, parser::AssignmentStmt, parser::BackspaceStmt,
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-io.h | 26 void Enter(const parser::BackspaceStmt &) { Init(IoStmtKind::Backspace); } in Enter() argument 69 void Leave(const parser::BackspaceStmt &);
|
| H A D | check-io.cpp | 639 void IoChecker::Leave(const parser::BackspaceStmt &) { in Leave() argument
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | executable-parsers.cpp | 104 construct<ActionStmt>(indirect(Parser<BackspaceStmt>{})),
|
| H A D | io-parsers.cpp | 319 construct<BackspaceStmt>("BACKSPACE" >> positionOrFlushSpecList))
|
| H A D | unparse.cpp | 1381 void Unparse(const BackspaceStmt &x) { // R1224 in Unparse()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | PFTBuilder.cpp | 599 std::tuple<parser::BackspaceStmt, parser::CloseStmt, in analyzeIoBranches() 958 parser::BackspaceStmt, parser::CloseStmt, parser::EndfileStmt, in analyzeBranches()
|
| H A D | IO.cpp | 1656 const Fortran::parser::BackspaceStmt &stmt) { in genBackspaceStatement()
|
| H A D | Bridge.cpp | 1958 void genFIR(const Fortran::parser::BackspaceStmt &stmt) { in genFIR()
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 227 struct BackspaceStmt; // R1224 480 common::Indirection<AssignmentStmt>, common::Indirection<BackspaceStmt>, 2747 WRAPPER_CLASS(BackspaceStmt, std::list<PositionOrFlushSpec>);
|
| H A D | dump-parse-tree.h | 149 NODE(parser, BackspaceStmt) in NODE()
|