reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
791 while ((plan_ptr = GetPreviousPlan(plan_ptr)) != nullptr) { 791 while ((plan_ptr = GetPreviousPlan(plan_ptr)) != nullptr) { 792 if (plan_ptr->PlanExplainsStop(event_ptr)) { 793 should_stop = plan_ptr->ShouldStop(event_ptr); 799 if (plan_ptr->MischiefManaged()) { 802 ThreadPlan *prev_plan_ptr = GetPreviousPlan(plan_ptr); 813 (plan_ptr->IsMasterPlan() && !plan_ptr->OkayToDiscard()); 813 (plan_ptr->IsMasterPlan() && !plan_ptr->OkayToDiscard());