Home
last modified time | relevance | path

Searched refs:LabelDoStmt (Results 1 – 25 of 90) sorted by last modified time

1234

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Ddump-parse-tree.h407 NODE(parser, LabelDoStmt) in NODE()
H A Dparse-tree.h198 struct LabelDoStmt; // R1121
514 Statement<common::Indirection<LabelDoStmt>>,
2209 struct LabelDoStmt { struct
2210 TUPLE_CLASS_BOILERPLATE(LabelDoStmt);
H A Duser-state.h115 using resultType = Statement<common::Indirection<LabelDoStmt>>;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dunparse.cpp972 void Unparse(const LabelDoStmt &x) { // R1121 in Unparse()
H A Duser-state.cpp26 static constexpr auto parser{statement(indirect(Parser<LabelDoStmt>{}))}; in Parse()
H A Dexecutable-parsers.cpp281 construct<LabelDoStmt>(
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dresolve-names.cpp1081 bool Pre(const parser::LabelDoStmt &) { in Pre() argument
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.cpp110 std::is_same_v<A, common::Indirection<parser::LabelDoStmt>> || in IsLegalBranchTarget()
477 void Post(const parser::LabelDoStmt &labelDoStmt) { in Post()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Lower/
H A DPFTBuilder.cpp614 parser::ForallConstructStmt, parser::IfThenStmt, parser::LabelDoStmt, in getConstructName()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Ddump-parse-tree.h407 NODE(parser, LabelDoStmt) in NODE()
H A Dparse-tree.h198 struct LabelDoStmt; // R1121
514 Statement<common::Indirection<LabelDoStmt>>,
2209 struct LabelDoStmt { struct
2210 TUPLE_CLASS_BOILERPLATE(LabelDoStmt);
H A Duser-state.h115 using resultType = Statement<common::Indirection<LabelDoStmt>>;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Parser/
H A Duser-state.cpp26 static constexpr auto parser{statement(indirect(Parser<LabelDoStmt>{}))}; in Parse()
H A Dunparse.cpp972 void Unparse(const LabelDoStmt &x) { // R1121 in Unparse()
H A Dexecutable-parsers.cpp281 construct<LabelDoStmt>(
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Lower/
H A DPFTBuilder.cpp614 parser::ForallConstructStmt, parser::IfThenStmt, parser::LabelDoStmt, in getConstructName()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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.cpp110 std::is_same_v<A, common::Indirection<parser::LabelDoStmt>> || in IsLegalBranchTarget()
477 void Post(const parser::LabelDoStmt &labelDoStmt) { in Post()
H A Dresolve-names.cpp1081 bool Pre(const parser::LabelDoStmt &) { in Pre() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Lower/
H A DPFTBuilder.cpp614 parser::ForallConstructStmt, parser::IfThenStmt, parser::LabelDoStmt,
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Dparse-tree.h198 struct LabelDoStmt; // R1121
514 Statement<common::Indirection<LabelDoStmt>>,
2209 struct LabelDoStmt {
2210 TUPLE_CLASS_BOILERPLATE(LabelDoStmt);
H A Duser-state.h115 using resultType = Statement<common::Indirection<LabelDoStmt>>;
H A Ddump-parse-tree.h407 NODE(parser, LabelDoStmt) in NODE()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dresolve-labels.cpp110 std::is_same_v<A, common::Indirection<parser::LabelDoStmt>> || in IsLegalBranchTarget()
477 void Post(const parser::LabelDoStmt &labelDoStmt) { in Post()

1234