Searched refs:doContext (Results 1 – 1 of 1) sorted by relevance
792 DoContext doContext{context_, IndexVarKind::DO}; in Enter() local793 doContext.DefineDoVariables(doConstruct); in Enter()797 DoContext doContext{context_, IndexVarKind::DO}; in Leave() local798 doContext.Check(doConstruct); in Leave()799 doContext.ResetDoVariables(doConstruct); in Leave()803 DoContext doContext{context_, IndexVarKind::FORALL}; in Enter() local808 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 …]