Home
last modified time | relevance | path

Searched refs:ConcurrentControl (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcheck-do-forall.cpp59 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()
Dassignment.cpp43 void Analyze(const parser::ConcurrentControl &);
Dresolve-names.cpp1096 void ResolveIndexName(const parser::ConcurrentControl &control);
4914 const parser::ConcurrentControl &control) { in ResolveIndexName()
4953 std::get<std::list<parser::ConcurrentControl>>(header.t)}; in Pre()
/external/llvm-project/flang/lib/Parser/
Dexecutable-parsers.cpp242 maybe(integerTypeSpec / "::"), nonemptyList(Parser<ConcurrentControl>{}),
249 TYPE_PARSER(construct<ConcurrentControl>(name / "=", scalarIntExpr / ":",
Dunparse.cpp992 Walk(std::get<std::list<ConcurrentControl>>(x.t), ", "); in Unparse()
995 void Unparse(const ConcurrentControl &x) { // R1126 - R1128 in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h2167 struct ConcurrentControl { struct
2168 TUPLE_CLASS_BOILERPLATE(ConcurrentControl);
2178 std::tuple<std::optional<IntegerTypeSpec>, std::list<ConcurrentControl>, argument
Ddump-parse-tree.h196 NODE(parser, ConcurrentControl) in NODE()
/external/llvm-project/flang/lib/Lower/
DPFTBuilder.cpp617 auto dims{std::get<std::list<parser::ConcurrentControl>>(header.t) in analyzeBranches()