Searched defs:WhileStep (Results 1 – 1 of 1) sorted by relevance
450 struct WhileStep { struct452 size_t index = ~size_t(0);454 size_t condStepIndex = ~size_t(0);456 size_t bodyStepIndex = ~size_t(0);458 size_t exitStepIndex = ~size_t(0);483 // One of ExecutionStep, IfStep, WhileStep, or GotoStep. argument