MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / initExpression

Method initExpression

pcsx2/DebugTools/DebugInterface.cpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150bool DebugInterface::initExpression(const char* exp, PostfixExpression& dest, std::string& error)
151{
152 MipsExpressionFunctions funcs(this, nullptr, true);
153 return initPostfixExpression(exp, &funcs, dest, error);
154}
155
156bool DebugInterface::parseExpression(PostfixExpression& exp, u64& dest, std::string& error)
157{

Callers 4

acceptMethod · 0.80
setDataMethod · 0.80
MipsCheckImmediateFunction · 0.80

Calls 1

initPostfixExpressionFunction · 0.85

Tested by

no test coverage detected