Searched refs:FormatStmt (Results 1 – 12 of 12) sorted by relevance
39 const parser::Statement<common::Indirection<parser::FormatStmt>> &);
59 const parser::Statement<common::Indirection<parser::FormatStmt>> &stmt) { in Enter()
102 return std::is_same_v<A, common::Indirection<parser::FormatStmt>>; in IsFormat()
115 constexpr Parser<FormatStmt> formatStmt; // R1301
529 construct<FormatStmt>("FORMAT" >> Parser<format::FormatSpecification>{}))
1447 void Before(const FormatStmt &) { // R1301 in Before() argument
232 struct FormatStmt; // R1301407 Statement<common::Indirection<FormatStmt>>,422 Statement<common::Indirection<FormatStmt>>,534 std::variant<ExecutableConstruct, Statement<common::Indirection<FormatStmt>>,2832 WRAPPER_CLASS(FormatStmt, format::FormatSpecification);
334 NODE(parser, FormatStmt) in NODE()
112 using OtherStmts = std::tuple<parser::EntryStmt, parser::FormatStmt>;
793 if (!target->isA<parser::FormatStmt>()) in analyzeBranches()
1418 if (eval->isA<Fortran::parser::FormatStmt>()) { in lowerReferenceAsStringSelect()
2504 void genFIR(const Fortran::parser::FormatStmt &) { in genFIR() argument