Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-io.h39 const parser::Statement<common::Indirection<parser::FormatStmt>> &);
Dcheck-io.cpp57 const parser::Statement<common::Indirection<parser::FormatStmt>> &stmt) { in Enter()
Dresolve-labels.cpp96 return std::is_same_v<A, common::Indirection<parser::FormatStmt>>; in IsFormat()
/external/llvm-project/flang/lib/Parser/
Dtype-parsers.h114 constexpr Parser<FormatStmt> formatStmt; // R1301
Dio-parsers.cpp517 construct<FormatStmt>("FORMAT" >> Parser<format::FormatSpecification>{}))
Dunparse.cpp1427 void Before(const FormatStmt &) { // R1301 in Before() argument
/external/llvm-project/flang/include/flang/Lower/
DPFTBuilder.h112 using OtherStmts = std::tuple<parser::FormatStmt, parser::EntryStmt,
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h231 struct FormatStmt; // R1301
406 Statement<common::Indirection<FormatStmt>>,
421 Statement<common::Indirection<FormatStmt>>,
532 std::variant<ExecutableConstruct, Statement<common::Indirection<FormatStmt>>,
2811 WRAPPER_CLASS(FormatStmt, format::FormatSpecification);
Ddump-parse-tree.h326 NODE(parser, FormatStmt) in NODE()
/external/llvm-project/flang/lib/Lower/
DPFTBuilder.cpp523 if (!target->isA<parser::FormatStmt>()) { in analyzeBranches()