Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-do-forall.cpp794 DoContext doContext{context_, IndexVarKind::DO}; in Enter() local
795 doContext.DefineDoVariables(doConstruct); in Enter()
799 DoContext doContext{context_, IndexVarKind::DO}; in Leave() local
800 doContext.Check(doConstruct); in Leave()
801 doContext.ResetDoVariables(doConstruct); in Leave()
805 DoContext doContext{context_, IndexVarKind::FORALL}; in Enter() local
806 doContext.ActivateIndexVars(GetControls(construct)); in Enter()
809 DoContext doContext{context_, IndexVarKind::FORALL}; in Leave() local
810 doContext.Check(construct); in Leave()
811 doContext.DeactivateIndexVars(GetControls(construct)); in Leave()
[all …]