Searched refs:isWhile (Results 1 – 4 of 4) sorted by relevance
832 bool isWhile = random1(2) == 1; in emitDoLoop() local836 fprintf(out_, "int i%u = %d;\n", loop_nest_, isWhile ? -1 : 0); in emitDoLoop()838 if (isWhile) { in emitDoLoop()856 if (isWhile) { in emitDoLoop()
152 ASSERT_TRUE(steps[0]->isWhile()); in TEST_F()
1205 } else if (step->isWhile()) { in checkExecutionPlanSteps()
500 bool isWhile() const { return std::holds_alternative<WhileStep>(mStep); } in isWhile() function