Searched refs:ConcurrentControl (Results 1 – 8 of 8) sorted by relevance
59 static const std::list<parser::ConcurrentControl> &GetControls(const T &x) { in GetControls()60 return std::get<std::list<parser::ConcurrentControl>>( in GetControls()401 void ActivateIndexVars(const std::list<parser::ConcurrentControl> &controls) { in ActivateIndexVars()407 const std::list<parser::ConcurrentControl> &controls) { in DeactivateIndexVars()670 auto &controls{std::get<std::list<parser::ConcurrentControl>>(header.t)}; in CheckConcurrentHeader()672 for (const parser::ConcurrentControl &control : controls) { in CheckConcurrentHeader()679 for (const parser::ConcurrentControl &control : controls) { in CheckConcurrentHeader()
43 void Analyze(const parser::ConcurrentControl &);
1096 void ResolveIndexName(const parser::ConcurrentControl &control);4914 const parser::ConcurrentControl &control) { in ResolveIndexName()4953 std::get<std::list<parser::ConcurrentControl>>(header.t)}; in Pre()
242 maybe(integerTypeSpec / "::"), nonemptyList(Parser<ConcurrentControl>{}),249 TYPE_PARSER(construct<ConcurrentControl>(name / "=", scalarIntExpr / ":",
992 Walk(std::get<std::list<ConcurrentControl>>(x.t), ", "); in Unparse()995 void Unparse(const ConcurrentControl &x) { // R1126 - R1128 in Unparse()
2167 struct ConcurrentControl { struct2168 TUPLE_CLASS_BOILERPLATE(ConcurrentControl);2178 std::tuple<std::optional<IntegerTypeSpec>, std::list<ConcurrentControl>, argument
196 NODE(parser, ConcurrentControl) in NODE()
617 auto dims{std::get<std::list<parser::ConcurrentControl>>(header.t) in analyzeBranches()