Searched refs:tryExecutionStep (Results 1 – 3 of 3) sorted by relevance
672 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findModelOutputsThatAreDownstreamInputs()695 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findTempsAsStepModelOutputs()938 if (ExecutionStep* step = logicalStep->tryExecutionStep()) { in finish()1053 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findMemoryStepRoles()1330 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in makeController()1601 } else if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in nextCompound()2022 const ExecutionStep* step = logicalStep->tryExecutionStep(); in hasStepModelWithNoInputsOrNoOutputs()2121 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
1213 if (const auto* executionStep = step->tryExecutionStep()) { in TEST_P()1220 if (const auto executionStep = steps[i]->tryExecutionStep()) { in TEST_P()