Searched refs:ChangeTeamStmt (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/flang/lib/Semantics/ |
D | check-coarray.h | 18 struct ChangeTeamStmt; 30 void Leave(const parser::ChangeTeamStmt &);
|
D | check-coarray.cpp | 85 void CoarrayChecker::Leave(const parser::ChangeTeamStmt &x) { in Leave()
|
D | resolve-labels.cpp | 224 parser::BlockStmt, parser::ChangeTeamStmt, parser::CriticalStmt, in Pre() 693 CheckEndName<parser::ChangeTeamStmt, parser::EndChangeTeamStmt>( in CheckName()
|
D | tools.cpp | 923 return std::get<parser::Statement<parser::ChangeTeamStmt>>( in GetImageControlStmtLocation()
|
D | resolve-names.cpp | 1023 bool Pre(const parser::ChangeTeamStmt &); 5146 bool ConstructVisitor::Pre(const parser::ChangeTeamStmt &x) { in Pre()
|
/external/llvm-project/flang/include/flang/Lower/ |
D | Coarray.h | 19 struct ChangeTeamStmt; 43 const parser::ChangeTeamStmt &);
|
D | PFTBuilder.h | 118 parser::EndSelectStmt, parser::ChangeTeamStmt, parser::EndChangeTeamStmt,
|
/external/llvm-project/flang/lib/Lower/ |
D | Coarray.cpp | 43 const Fortran::parser::ChangeTeamStmt &) { in genChangeTeamStmt() argument
|
D | PFTBuilder.cpp | 418 parser::AssociateStmt, parser::CaseStmt, parser::ChangeTeamStmt, in getConstructName() 563 [&](const parser::ChangeTeamStmt &s) { in analyzeBranches()
|
/external/llvm-project/flang/lib/Parser/ |
D | executable-parsers.cpp | 192 construct<ChangeTeamConstruct>(statement(Parser<ChangeTeamStmt>{}), block, in TYPE_PARSER() 199 construct<ChangeTeamStmt>(maybe(name / ":"),
|
D | unparse.cpp | 944 void Unparse(const ChangeTeamStmt &x) { // R1112 in Unparse()
|
/external/llvm-project/flang/include/flang/Parser/ |
D | parse-tree.h | 2127 struct ChangeTeamStmt { struct 2128 TUPLE_CLASS_BOILERPLATE(ChangeTeamStmt); 2144 std::tuple<Statement<ChangeTeamStmt>, Block, Statement<EndChangeTeamStmt>> t; argument
|
D | dump-parse-tree.h | 168 NODE(parser, ChangeTeamStmt) in NODE()
|