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

Method isAllocSize

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

Source from the content-addressed store, hash-verified

125}
126
127bool ArgFlow::isAllocSize() const {
128 assert(State != AnalysisState_Not_Analyzed &&
129 "An argument has not been analyzed yet");
130 return IsAllocSize;
131}
132
133bool ArgFlow::isArray() const {
134 assert(State != AnalysisState_Not_Analyzed &&

Callers 1

addMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected