Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-do-forall.cpp792 DoContext doContext{context_, IndexVarKind::DO}; in Enter() local
793 doContext.DefineDoVariables(doConstruct); in Enter()
797 DoContext doContext{context_, IndexVarKind::DO}; in Leave() local
798 doContext.Check(doConstruct); in Leave()
799 doContext.ResetDoVariables(doConstruct); in Leave()
803 DoContext doContext{context_, IndexVarKind::FORALL}; in Enter() local
808 doContext.Check(construct); in Leave()
814 doContext.ActivateIndexVars(GetControls(stmt)); in Enter()
818 doContext.Check(stmt); in Leave()
819 doContext.DeactivateIndexVars(GetControls(stmt)); in Leave()
[all …]