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

Method getArgDir

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

Source from the content-addressed store, hash-verified

177AnalysisState ArgFlow::getState() const { return this->State; }
178
179ArgDir ArgFlow::getArgDir() const {
180 assert(State != AnalysisState_Not_Analyzed &&
181 "An argument has not been analyzed yet");
182 return Direction;
183}
184
185// TODO: implement to handle more than one related args
186unsigned ArgFlow::getLenRelatedArgNo() {

Callers 1

addMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected