MCPcopy 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
257bool RDTarget::isGlobalVariable() const {
258
259 if (!isAssignable())
260 return false;
261 return isa<GlobalVariable>(IR);
262}
263
264bool RDTarget::includes(const RDTarget &Target) const {
265

Callers 1

handleMemoryCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected