Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-do-forall.cpp59 static const std::list<parser::ConcurrentControl> &GetControls(const T &x) { in GetControls() function
385 ActivateIndexVars(GetControls(*loopControl)); in DefineDoVariables()
396 DeactivateIndexVars(GetControls(*loopControl)); in ResetDoVariables()
705 for (const auto &c : GetControls(control)) { in CheckLocalitySpecs()
804 doContext.ActivateIndexVars(GetControls(construct)); in Enter()
809 doContext.DeactivateIndexVars(GetControls(construct)); in Leave()
814 doContext.ActivateIndexVars(GetControls(stmt)); in Enter()
819 doContext.DeactivateIndexVars(GetControls(stmt)); in Leave()