Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Lower/
DIO.h28 struct InquireStmt;
66 const parser::InquireStmt &);
DPFTBuilder.h103 parser::GotoStmt, parser::IfStmt, parser::InquireStmt, parser::LockStmt,
/external/llvm-project/flang/lib/Semantics/
Dcheck-io.h30 void Enter(const parser::InquireStmt &) { Init(IoStmtKind::Inquire); } in Enter() argument
73 void Leave(const parser::InquireStmt &);
Dcheck-io.cpp623 void IoChecker::Leave(const parser::InquireStmt &stmt) { in Leave()
/external/llvm-project/flang/lib/Parser/
Dio-parsers.cpp507 (construct<InquireStmt>(
509 construct<InquireStmt>(construct<InquireStmt::Iolength>(
Dexecutable-parsers.cpp118 construct<ActionStmt>(indirect(Parser<InquireStmt>{})),
Dunparse.cpp1382 void Unparse(const InquireStmt &x) { // R1230 in Unparse()
1386 [&](const InquireStmt::Iolength &y) { in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Ddump-parse-tree.h368 NODE(parser, InquireStmt) in NODE()
369 NODE(InquireStmt, Iolength) in NODE()
Dparse-tree.h230 struct InquireStmt; // R1230
486 common::Indirection<InquireStmt>, common::Indirection<LockStmt>,
2801 struct InquireStmt { struct
2802 UNION_CLASS_BOILERPLATE(InquireStmt);
/external/llvm-project/flang/lib/Lower/
DPFTBuilder.cpp348 } else if constexpr (std::is_same_v<A, parser::InquireStmt>) { in analyzeIoBranches()
696 parser::InquireStmt, parser::OpenStmt, in analyzeBranches()
DIO.cpp1423 const Fortran::parser::InquireStmt &stmt) { in genInquireStatement()
1480 std::get_if<Fortran::parser::InquireStmt::Iolength>(&stmt.u); in genInquireStatement()