Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ isGlobalVariable
Method
isGlobalVariable
lib/rootdefanalysis/RDTarget.cpp:257–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
}
256
257
bool RDTarget::isGlobalVariable() const {
258
259
if (!isAssignable())
260
return false;
261
return isa<GlobalVariable>(IR);
262
}
263
264
bool RDTarget::includes(const RDTarget &Target) const {
265
Callers
1
handleMemoryCall
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected