Searched refs:tryExecutionStep (Results 1 – 3 of 3) sorted by relevance
632 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findModelOutputsThatAreDownstreamInputs()655 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findTempsAsStepModelOutputs()895 if (ExecutionStep* step = logicalStep->tryExecutionStep()) { in finish()1008 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findMemoryStepRoles()1278 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in makeController()1549 } else if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in nextCompound()1970 const ExecutionStep* step = logicalStep->tryExecutionStep(); in hasStepModelWithNoInputsOrNoOutputs()2069 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in forEachDynamicTemporary()
516 ExecutionStep* tryExecutionStep() { return std::get_if<ExecutionStep>(&mStep); } in tryExecutionStep() function522 const ExecutionStep* tryExecutionStep() const { return std::get_if<ExecutionStep>(&mStep); } in tryExecutionStep() function
1229 if (const auto* executionStep = step->tryExecutionStep()) { in TEST_P()1236 if (const auto executionStep = steps[i]->tryExecutionStep()) { in TEST_P()