Searched refs:tryIfStep (Results 1 – 2 of 2) sorted by relevance
700 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findTempsAsStepModelOutputs()902 if (const IfStep* step = tryIfStep()) { in dump()965 } else if (IfStep* step = logicalStep->tryIfStep()) { in finish()1037 if (const IfStep* step = logicalStep->tryIfStep()) { in findControlFlowBoundaryConstants()1064 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findMemoryStepRoles()1349 } else if (const IfStep* step = logicalStep->tryIfStep()) { in makeController()1595 if (const IfStep* step = logicalStep->tryIfStep()) { in nextCompound()
517 IfStep* tryIfStep() { return std::get_if<IfStep>(&mStep); } in tryIfStep() function523 const IfStep* tryIfStep() const { return std::get_if<IfStep>(&mStep); } in tryIfStep() function