| 593 | get_operand_string(op.value_input, UnaryOpType::None, ctx, value_input); |
| 594 | |
| 595 | enum class StoreSyntax { |
| 596 | Func, |
| 597 | FuncWithRdram, |
| 598 | Assignment, |
| 599 | }; |
| 600 | |
| 601 | StoreSyntax syntax; |
| 602 | std::string func_text; |
nothing calls this directly
no outgoing calls
no test coverage detected