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

Method setIsArray

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

Source from the content-addressed store, hash-verified

105void ArgFlow::setIsVariableLenArray(bool Value) { IsVariableLenArray = Value; }
106
107void ArgFlow::setIsArray(bool Value) { IsArray = Value; }
108
109void ArgFlow::setSizeArg(Argument &A) {
110 SizeArgs.clear();

Callers 4

handleUserMethod · 0.80
updateArgFlowMethod · 0.80
updateFieldFlowMethod · 0.80
updateDefaultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected