Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.h39 const parser::Statement<common::Indirection<parser::FormatStmt>> &);
H A Dcheck-io.cpp59 const parser::Statement<common::Indirection<parser::FormatStmt>> &stmt) { in Enter()
H A Dresolve-labels.cpp102 return std::is_same_v<A, common::Indirection<parser::FormatStmt>>; in IsFormat()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dtype-parsers.h115 constexpr Parser<FormatStmt> formatStmt; // R1301
H A Dio-parsers.cpp529 construct<FormatStmt>("FORMAT" >> Parser<format::FormatSpecification>{}))
H A Dunparse.cpp1447 void Before(const FormatStmt &) { // R1301 in Before() argument
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h232 struct FormatStmt; // R1301
407 Statement<common::Indirection<FormatStmt>>,
422 Statement<common::Indirection<FormatStmt>>,
534 std::variant<ExecutableConstruct, Statement<common::Indirection<FormatStmt>>,
2832 WRAPPER_CLASS(FormatStmt, format::FormatSpecification);
H A Ddump-parse-tree.h334 NODE(parser, FormatStmt) in NODE()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DPFTBuilder.h112 using OtherStmts = std::tuple<parser::EntryStmt, parser::FormatStmt>;
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp793 if (!target->isA<parser::FormatStmt>()) in analyzeBranches()
H A DIO.cpp1418 if (eval->isA<Fortran::parser::FormatStmt>()) { in lowerReferenceAsStringSelect()
H A DBridge.cpp2504 void genFIR(const Fortran::parser::FormatStmt &) { in genFIR() argument