Searched refs:InquireStmt (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | IO.h | 26 struct InquireStmt; 55 const parser::InquireStmt &);
|
| H A D | PFTBuilder.h | 103 parser::GotoStmt, parser::IfStmt, parser::InquireStmt, parser::LockStmt,
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-io.h | 30 void Enter(const parser::InquireStmt &) { Init(IoStmtKind::Inquire); } in Enter() argument 73 void Leave(const parser::InquireStmt &);
|
| H A D | check-io.cpp | 667 void IoChecker::Leave(const parser::InquireStmt &stmt) { in Leave()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | io-parsers.cpp | 519 (construct<InquireStmt>( 521 construct<InquireStmt>(construct<InquireStmt::Iolength>(
|
| H A D | executable-parsers.cpp | 119 construct<ActionStmt>(indirect(Parser<InquireStmt>{})),
|
| H A D | unparse.cpp | 1402 void Unparse(const InquireStmt &x) { // R1230 in Unparse() 1406 [&](const InquireStmt::Iolength &y) { in Unparse()
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | dump-parse-tree.h | 376 NODE(parser, InquireStmt) in NODE() 377 NODE(InquireStmt, Iolength) in NODE()
|
| H A D | parse-tree.h | 231 struct InquireStmt; // R1230 488 common::Indirection<InquireStmt>, common::Indirection<LockStmt>, 2822 struct InquireStmt { struct 2823 UNION_CLASS_BOILERPLATE(InquireStmt);
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | PFTBuilder.cpp | 610 } else if constexpr (std::is_same_v<A, parser::InquireStmt>) { in analyzeIoBranches() 959 parser::FlushStmt, parser::InquireStmt, parser::OpenStmt, in analyzeBranches()
|
| H A D | IO.cpp | 2173 const Fortran::parser::InquireStmt &stmt) { in genInquireStatement() 2215 std::get_if<Fortran::parser::InquireStmt::Iolength>(&stmt.u); in genInquireStatement()
|
| H A D | Bridge.cpp | 1974 void genFIR(const Fortran::parser::InquireStmt &stmt) { in genFIR()
|