MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / StoreSyntax

Enum StoreSyntax

src/cgenerator.cpp:595–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected