Searched refs:tryIfStep (Results 1 – 2 of 2) sorted by relevance
368 IfStep* tryIfStep() { return std::get_if<IfStep>(&mStep); } in tryIfStep() function374 const IfStep* tryIfStep() const { return std::get_if<IfStep>(&mStep); } in tryIfStep() function
406 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findTempsAsStepModelOutputs()599 if (const IfStep* step = tryIfStep()) { in dump()639 } else if (IfStep* step = logicalStep->tryIfStep()) { in finish()702 if (const IfStep* step = logicalStep->tryIfStep()) { in findControlFlowBoundaryConstants()906 } else if (const IfStep* step = logicalStep->tryIfStep()) { in makeController()1153 if (const IfStep* step = logicalStep->tryIfStep()) { in nextCompound()