ROSE
0.9.6a
|
#include <SDG.h>
Public Types | |
typedef SystemDependenceGraph::Vertex | Vertex |
Public Member Functions | |
CallSiteInfo () | |
Public Attributes | |
SgFunctionCallExp * | funcCall |
Vertex | vertex |
std::vector< Vertex > | inPara |
std::vector< Vertex > | outPara |
bool | isVoid |
Vertex | returned |
|
inline |
SgFunctionCallExp* SDG::SystemDependenceGraph::CallSiteInfo::funcCall |
std::vector<Vertex> SDG::SystemDependenceGraph::CallSiteInfo::inPara |
std::vector<Vertex> SDG::SystemDependenceGraph::CallSiteInfo::outPara |