Home
last modified time | relevance | path

Searched refs:EntryStmt (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dprogram-parsers.cpp550 "ENTRY" >> (construct<EntryStmt>(name,
552 construct<EntryStmt>(name, construct<std::list<DummyArg>>(),
Dtype-parsers.h130 constexpr Parser<EntryStmt> entryStmt; // R1541
Dunparse.cpp1737 void Unparse(const EntryStmt &x) { // R1541 in Unparse()
/external/llvm-project/flang/lib/Semantics/
Drewrite-parse-tree.cpp52 bool Pre(parser::EntryStmt &) { return false; } in Pre() argument
Dsemantics.cpp124 void Leave(const parser::EntryStmt &) { in Leave() argument
Dresolve-names.cpp688 bool Pre(const parser::EntryStmt &);
689 void Post(const parser::EntryStmt &);
2789 bool SubprogramVisitor::Pre(const parser::EntryStmt &) { return BeginAttrs(); } in Pre() argument
2857 void SubprogramVisitor::Post(const parser::EntryStmt &stmt) { in Post()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h248 struct EntryStmt; // R1541
407 Statement<common::Indirection<EntryStmt>>,
422 Statement<common::Indirection<EntryStmt>>,
533 Statement<common::Indirection<EntryStmt>>,
3195 struct EntryStmt { struct
3196 TUPLE_CLASS_BOILERPLATE(EntryStmt);
Ddump-parse-tree.h268 NODE(parser, EntryStmt) in NODE()
/external/llvm-project/flang/include/flang/Lower/
DPFTBuilder.h112 using OtherStmts = std::tuple<parser::FormatStmt, parser::EntryStmt,