Searched refs:doContext (Results 1 – 1 of 1) sorted by relevance
794 DoContext doContext{context_, IndexVarKind::DO}; in Enter() local795 doContext.DefineDoVariables(doConstruct); in Enter()799 DoContext doContext{context_, IndexVarKind::DO}; in Leave() local800 doContext.Check(doConstruct); in Leave()801 doContext.ResetDoVariables(doConstruct); in Leave()805 DoContext doContext{context_, IndexVarKind::FORALL}; in Enter() local806 doContext.ActivateIndexVars(GetControls(construct)); in Enter()809 DoContext doContext{context_, IndexVarKind::FORALL}; in Leave() local810 doContext.Check(construct); in Leave()811 doContext.DeactivateIndexVars(GetControls(construct)); in Leave()[all …]