Searched refs:ChangeTeamConstruct (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | Coarray.h | 18 struct ChangeTeamConstruct; 41 const parser::ChangeTeamConstruct &);
|
| H A D | PFTBuilder.h | 131 parser::CaseConstruct, parser::ChangeTeamConstruct,
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Coarray.cpp | 29 const Fortran::parser::ChangeTeamConstruct &) { in genChangeTeamConstruct() argument
|
| H A D | PFTBuilder.cpp | 933 [&](const parser::ChangeTeamConstruct &) { in analyzeBranches() argument
|
| H A D | Bridge.cpp | 1911 void genFIR(const Fortran::parser::ChangeTeamConstruct &construct) { in genFIR()
|
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | semantics.h | 40 struct ChangeTeamConstruct; 58 const parser::ChangeTeamConstruct *, const parser::CriticalConstruct *,
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | executable-parsers.cpp | 45 construct<ExecutableConstruct>(indirect(Parser<ChangeTeamConstruct>{})), 193 construct<ChangeTeamConstruct>(statement(Parser<ChangeTeamStmt>{}), block, in TYPE_PARSER()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | canonicalize-do.cpp | 42 [&](common::Indirection<ChangeTeamConstruct> &changeTeam) { in Post()
|
| H A D | resolve-labels.cpp | 271 bool Pre(const parser::ChangeTeamConstruct &changeTeamConstruct) { in Pre() 322 void Post(const parser::ChangeTeamConstruct &changeTeamConstruct) { in Post() 716 void CheckName(const parser::ChangeTeamConstruct &changeTeamConstruct) { in CheckName()
|
| H A D | tools.cpp | 900 std::variant<parser::ChangeTeamConstruct, parser::CriticalConstruct, 1007 [](const common::Indirection<parser::ChangeTeamConstruct> in GetImageControlStmtLocation()
|
| H A D | check-do-forall.cpp | 875 [&](const parser::ChangeTeamConstruct *) { in CheckForBadLeave() argument
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 196 struct ChangeTeamConstruct; // R1111 513 common::Indirection<ChangeTeamConstruct>, 2162 struct ChangeTeamConstruct { struct 2163 TUPLE_CLASS_BOILERPLATE(ChangeTeamConstruct);
|
| H A D | dump-parse-tree.h | 174 NODE(parser, ChangeTeamConstruct) in NODE()
|