Searched refs:gotoStepIndex (Results 1 – 2 of 2) sorted by relevance
857 return os << "Step#" << step.index << ": goto " << step.gotoStepIndex; in operator <<()1831 controller->mNextStepIndex = step->gotoStepIndex; in nextCompound()2247 afterThenBranch->gotoStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()2302 afterCond->gotoStepIndex = whileStep->index; in partitionTheWorkInternal()2307 afterBody->gotoStepIndex = whileStep->index; in partitionTheWorkInternal()
480 size_t gotoStepIndex = ~size_t(0); member