MCPcopy Create free account
hub / github.com/avast/retdec / isStack

Method isStack

src/common/storage.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117bool Storage::isStack() const
118{
119 return type == eType::STACK;
120}
121
122/**
123 * @param[out] globalAddress If storage is global this is set to its address.

Callers 5

getLlvmStackVariableMethod · 0.80
getDebugStackVariableMethod · 0.80
serializeFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64