Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
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()
Dresolve-labels.cpp110 std::is_same_v<A, common::Indirection<parser::LabelDoStmt>> || in IsLegalBranchTarget()
477 void Post(const parser::LabelDoStmt &labelDoStmt) { in Post()
Dresolve-names.cpp1031 bool Pre(const parser::LabelDoStmt &) { in Pre() argument
/external/llvm-project/flang/lib/Parser/
Duser-state.cpp26 static constexpr auto parser{statement(indirect(Parser<LabelDoStmt>{}))}; in Parse()
Dexecutable-parsers.cpp281 construct<LabelDoStmt>(
Dunparse.cpp972 void Unparse(const LabelDoStmt &x) { // R1121 in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Duser-state.h115 using resultType = Statement<common::Indirection<LabelDoStmt>>;
Dparse-tree.h198 struct LabelDoStmt; // R1121
513 Statement<common::Indirection<LabelDoStmt>>,
2212 struct LabelDoStmt { struct
2213 TUPLE_CLASS_BOILERPLATE(LabelDoStmt);
Ddump-parse-tree.h403 NODE(parser, LabelDoStmt) in NODE()
/external/llvm-project/flang/lib/Lower/
DPFTBuilder.cpp420 parser::ForallConstructStmt, parser::IfThenStmt, parser::LabelDoStmt, in getConstructName()