Searched refs:ForallStmt (Results 1 – 10 of 10) sorted by relevance
25 struct ForallStmt;49 void Enter(const parser::ForallStmt &); in ENUM_CLASS()50 void Leave(const parser::ForallStmt &); in ENUM_CLASS()
54 const parser::ForallStmt &stmt) { in GetConcurrentHeader()425 void Check(const parser::ForallStmt &stmt) { in Check()814 void DoForallChecker::Enter(const parser::ForallStmt &stmt) { in Enter()818 void DoForallChecker::Leave(const parser::ForallStmt &stmt) { in Leave()
119 std::is_same_v<A, parser::ForallStmt> || in IsLegalBranchTarget()
1004 bool Pre(const parser::ForallStmt &);1005 void Post(const parser::ForallStmt &);5100 bool ConstructVisitor::Pre(const parser::ForallStmt &) { in Pre() argument5104 void ConstructVisitor::Post(const parser::ForallStmt &) { PopScope(); } in Post() argument
100 constexpr Parser<ForallStmt> forallStmt; // R1055
522 construct<ForallStmt>("FORALL" >> indirect(concurrentHeader),
923 void Before(const ForallStmt &) { // R1055 in Before() argument
109 parser::ComputedGotoStmt, parser::ForallStmt, parser::ArithmeticIfStmt,
192 struct ForallStmt; // R1055496 common::Indirection<ForallStmt>, common::Indirection<ArithmeticIfStmt>,2033 struct ForallStmt { struct2034 TUPLE_CLASS_BOILERPLATE(ForallStmt);2047 Statement<ForallStmt>> argument
322 NODE(parser, ForallStmt) in NODE()