Searched refs:ChangeTeamStmt (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-coarray.h | 18 struct ChangeTeamStmt; 30 void Leave(const parser::ChangeTeamStmt &);
|
| H A D | check-coarray.cpp | 85 void CoarrayChecker::Leave(const parser::ChangeTeamStmt &x) { in Leave()
|
| H A D | resolve-labels.cpp | 229 parser::BlockStmt, parser::ChangeTeamStmt, parser::CriticalStmt, in Pre() 717 CheckEndName<parser::ChangeTeamStmt, parser::EndChangeTeamStmt>( in CheckName()
|
| H A D | tools.cpp | 1009 return std::get<parser::Statement<parser::ChangeTeamStmt>>( in GetImageControlStmtLocation()
|
| H A D | resolve-names.cpp | 1169 bool Pre(const parser::ChangeTeamStmt &); 6106 bool ConstructVisitor::Pre(const parser::ChangeTeamStmt &x) { in Pre()
|
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | Coarray.h | 19 struct ChangeTeamStmt; 43 const parser::ChangeTeamStmt &);
|
| H A D | PFTBuilder.h | 117 parser::EndSelectStmt, parser::ChangeTeamStmt, parser::EndChangeTeamStmt,
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Coarray.cpp | 36 const Fortran::parser::ChangeTeamStmt &) { in genChangeTeamStmt() argument
|
| H A D | PFTBuilder.cpp | 690 parser::AssociateStmt, parser::CaseStmt, parser::ChangeTeamStmt, in getConstructName() 837 [&](const parser::ChangeTeamStmt &s) { in analyzeBranches()
|
| H A D | Bridge.cpp | 1914 void genFIR(const Fortran::parser::ChangeTeamStmt &stmt) { in genFIR()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | executable-parsers.cpp | 193 construct<ChangeTeamConstruct>(statement(Parser<ChangeTeamStmt>{}), block, in TYPE_PARSER() 200 construct<ChangeTeamStmt>(maybe(name / ":"),
|
| H A D | unparse.cpp | 964 void Unparse(const ChangeTeamStmt &x) { // R1112 in Unparse()
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 2147 struct ChangeTeamStmt { struct 2148 TUPLE_CLASS_BOILERPLATE(ChangeTeamStmt); 2164 std::tuple<Statement<ChangeTeamStmt>, Block, Statement<EndChangeTeamStmt>> t; argument
|
| H A D | dump-parse-tree.h | 175 NODE(parser, ChangeTeamStmt) in NODE()
|