Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcanonicalize-do.cpp80 [&](Statement<common::Indirection<LabelDoStmt>> &labelDoStmt) { in Post()
112 std::get<Statement<common::Indirection<LabelDoStmt>>>( in CanonicalizeIfMatch()
116 auto &labelDo{std::get<Statement<common::Indirection<LabelDoStmt>>>( in CanonicalizeIfMatch()
H A Dresolve-labels.cpp116 std::is_same_v<A, common::Indirection<parser::LabelDoStmt>> || in IsLegalBranchTarget()
501 void Post(const parser::LabelDoStmt &labelDoStmt) { in Post()
H A Dresolve-names.cpp1177 bool Pre(const parser::LabelDoStmt &) { in Pre() argument
/llvm-project-15.0.7/flang/lib/Parser/
H A Duser-state.cpp26 static constexpr auto parser{statement(indirect(Parser<LabelDoStmt>{}))}; in Parse()
H A Dexecutable-parsers.cpp282 construct<LabelDoStmt>(
H A Dunparse.cpp992 void Unparse(const LabelDoStmt &x) { // R1121 in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Duser-state.h115 using resultType = Statement<common::Indirection<LabelDoStmt>>;
H A Dparse-tree.h199 struct LabelDoStmt; // R1121
515 Statement<common::Indirection<LabelDoStmt>>,
2232 struct LabelDoStmt { struct
2233 TUPLE_CLASS_BOILERPLATE(LabelDoStmt);
H A Ddump-parse-tree.h411 NODE(parser, LabelDoStmt) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp692 parser::ForallConstructStmt, parser::IfThenStmt, parser::LabelDoStmt, in getConstructName()