Home
last modified time | relevance | path

Searched refs:actionStmt (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dresolve-labels.cpp71 const parser::Statement<parser::ActionStmt> &actionStmt) { in IsLegalDoTerm() argument
72 if (std::holds_alternative<parser::ContinueStmt>(actionStmt.statement.u)) { in IsLegalDoTerm()
77 actionStmt.statement.u) || in IsLegalDoTerm()
79 actionStmt.statement.u) || in IsLegalDoTerm()
81 actionStmt.statement.u) || in IsLegalDoTerm()
83 actionStmt.statement.u) || in IsLegalDoTerm()
85 actionStmt.statement.u) || in IsLegalDoTerm()
88 actionStmt.statement.u))) { in IsLegalDoTerm()
Dcanonicalize-do.cpp87 [&](Statement<ActionStmt> &actionStmt) { in Post() argument
88 CanonicalizeIfMatch(block, stack, i, actionStmt); in Post()
Dtools.cpp889 if (const auto *actionStmt{ in GetImageControlStmtCoarrayMsg() local
912 actionStmt->statement.u); in GetImageControlStmtCoarrayMsg()
932 [](const parser::Statement<parser::ActionStmt> &actionStmt) { in GetImageControlStmtLocation() argument
933 return actionStmt.source; in GetImageControlStmtLocation()
/external/llvm-project/flang/lib/Parser/
Dexecutable-parsers.cpp41 construct<ExecutableConstruct>(statement(actionStmt)),
323 unlabeledStatement(actionStmt)))
Dtype-parsers.h50 constexpr Parser<ActionStmt> actionStmt; // R515 variable
Dprogram-parsers.cpp84 first(actionStmt >> ok, openaccConstruct >> ok, openmpConstruct >> ok,