Searched refs:InquireStmt (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/flang/include/flang/Lower/ |
D | IO.h | 28 struct InquireStmt; 66 const parser::InquireStmt &);
|
D | PFTBuilder.h | 103 parser::GotoStmt, parser::IfStmt, parser::InquireStmt, parser::LockStmt,
|
/external/llvm-project/flang/lib/Semantics/ |
D | check-io.h | 30 void Enter(const parser::InquireStmt &) { Init(IoStmtKind::Inquire); } in Enter() argument 73 void Leave(const parser::InquireStmt &);
|
D | check-io.cpp | 623 void IoChecker::Leave(const parser::InquireStmt &stmt) { in Leave()
|
/external/llvm-project/flang/lib/Parser/ |
D | io-parsers.cpp | 507 (construct<InquireStmt>( 509 construct<InquireStmt>(construct<InquireStmt::Iolength>(
|
D | executable-parsers.cpp | 118 construct<ActionStmt>(indirect(Parser<InquireStmt>{})),
|
D | unparse.cpp | 1382 void Unparse(const InquireStmt &x) { // R1230 in Unparse() 1386 [&](const InquireStmt::Iolength &y) { in Unparse()
|
/external/llvm-project/flang/include/flang/Parser/ |
D | dump-parse-tree.h | 368 NODE(parser, InquireStmt) in NODE() 369 NODE(InquireStmt, Iolength) in NODE()
|
D | parse-tree.h | 230 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/ |
D | PFTBuilder.cpp | 348 } else if constexpr (std::is_same_v<A, parser::InquireStmt>) { in analyzeIoBranches() 696 parser::InquireStmt, parser::OpenStmt, in analyzeBranches()
|
D | IO.cpp | 1423 const Fortran::parser::InquireStmt &stmt) { in genInquireStatement() 1480 std::get_if<Fortran::parser::InquireStmt::Iolength>(&stmt.u); in genInquireStatement()
|