MCPcopy Create free account
hub / github.com/Samsung/UTopia / isUsedByRet

Method isUsedByRet

lib/propanalysis/ArgFlow.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167bool ArgFlow::isUsedByRet() {
168 assert(State != AnalysisState_Not_Analyzed &&
169 "An argument has not been analyzed yet");
170 return IsUsedByRet;
171}
172
173bool ArgFlow::isVariableLenArray() const { return IsVariableLenArray; }
174

Callers 1

handleUserMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected