Lines Matching defs:doContext
912 DoContext doContext{context_, IndexVarKind::DO, nestedWithinConcurrent_};
916 doContext.DefineDoVariables(doConstruct);
917 doContext.Check(doConstruct);
921 DoContext doContext{context_, IndexVarKind::DO, nestedWithinConcurrent_};
922 doContext.ResetDoVariables(doConstruct);
929 DoContext doContext{context_, IndexVarKind::FORALL, nestedWithinConcurrent_};
930 doContext.ActivateIndexVars(GetControls(construct));
932 doContext.Check(construct);
935 DoContext doContext{context_, IndexVarKind::FORALL, nestedWithinConcurrent_};
936 doContext.DeactivateIndexVars(GetControls(construct));
941 DoContext doContext{context_, IndexVarKind::FORALL, nestedWithinConcurrent_};
943 doContext.Check(stmt);
944 doContext.ActivateIndexVars(GetControls(stmt));
947 DoContext doContext{context_, IndexVarKind::FORALL, nestedWithinConcurrent_};
948 doContext.DeactivateIndexVars(GetControls(stmt));
952 DoContext doContext{context_, IndexVarKind::FORALL, nestedWithinConcurrent_};
953 doContext.Check(stmt);