Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DIO.h26 struct InquireStmt;
55 const parser::InquireStmt &);
H A DPFTBuilder.h103 parser::GotoStmt, parser::IfStmt, parser::InquireStmt, parser::LockStmt,
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.h30 void Enter(const parser::InquireStmt &) { Init(IoStmtKind::Inquire); } in Enter() argument
73 void Leave(const parser::InquireStmt &);
H A Dcheck-io.cpp667 void IoChecker::Leave(const parser::InquireStmt &stmt) { in Leave()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dio-parsers.cpp519 (construct<InquireStmt>(
521 construct<InquireStmt>(construct<InquireStmt::Iolength>(
H A Dexecutable-parsers.cpp119 construct<ActionStmt>(indirect(Parser<InquireStmt>{})),
H A Dunparse.cpp1402 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 Ddump-parse-tree.h376 NODE(parser, InquireStmt) in NODE()
377 NODE(InquireStmt, Iolength) in NODE()
H A Dparse-tree.h231 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 DPFTBuilder.cpp610 } else if constexpr (std::is_same_v<A, parser::InquireStmt>) { in analyzeIoBranches()
959 parser::FlushStmt, parser::InquireStmt, parser::OpenStmt, in analyzeBranches()
H A DIO.cpp2173 const Fortran::parser::InquireStmt &stmt) { in genInquireStatement()
2215 std::get_if<Fortran::parser::InquireStmt::Iolength>(&stmt.u); in genInquireStatement()
H A DBridge.cpp1974 void genFIR(const Fortran::parser::InquireStmt &stmt) { in genFIR()