Searched refs:gotoStepIndex (Results 1 – 2 of 2) sorted by relevance
593 oss << "Step#" << step.index << ": goto " << step.gotoStepIndex; in toString()1424 controller->mNextStepIndex = step->gotoStepIndex; in nextCompound()1752 afterThenBranch->gotoStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()1807 afterCond->gotoStepIndex = whileStep->index; in partitionTheWorkInternal()1812 afterBody->gotoStepIndex = whileStep->index; in partitionTheWorkInternal()
331 size_t gotoStepIndex = ~size_t(0); member