Lines Matching refs:doContext
792 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
804 doContext.ActivateIndexVars(GetControls(construct)); in Enter()
807 DoContext doContext{context_, IndexVarKind::FORALL}; in Leave() local
808 doContext.Check(construct); in Leave()
809 doContext.DeactivateIndexVars(GetControls(construct)); in Leave()
813 DoContext doContext{context_, IndexVarKind::FORALL}; in Enter() local
814 doContext.ActivateIndexVars(GetControls(stmt)); in Enter()
817 DoContext doContext{context_, IndexVarKind::FORALL}; in Leave() local
818 doContext.Check(stmt); in Leave()
819 doContext.DeactivateIndexVars(GetControls(stmt)); in Leave()
822 DoContext doContext{context_, IndexVarKind::FORALL}; in Leave() local
823 doContext.Check(stmt); in Leave()