ROSE
0.9.6a
|
#include <InterproceduralInfo.h>
Public Attributes | |
SgNode * | sliceImportantNode |
SgNode containing the functioncall, attention: this is not the SgFunctionCall-Node, this is the first node encountered form the functioncall towards the head of the function. More... | |
SgNode * | sgFunctionCallExpNode |
SgNode pointin to the actual SgFunctionCall-node. More... | |
SgNode * | sgCallInterestingNode |
std::vector< SgExpression * > | actual_in |
SgNode * | actual_return |
Definition at line 67 of file InterproceduralInfo.h.
SgNode* InterproceduralInfo::CallSiteStructure::sliceImportantNode |
SgNode containing the functioncall, attention: this is not the SgFunctionCall-Node, this is the first node encountered form the functioncall towards the head of the function.
Definition at line 70 of file InterproceduralInfo.h.
Referenced by InterproceduralInfo::addFunctionCall().
SgNode* InterproceduralInfo::CallSiteStructure::sgFunctionCallExpNode |
SgNode pointin to the actual SgFunctionCall-node.
Definition at line 72 of file InterproceduralInfo.h.
Referenced by InterproceduralInfo::addFunctionCall().
SgNode* InterproceduralInfo::CallSiteStructure::sgCallInterestingNode |
Definition at line 73 of file InterproceduralInfo.h.
std::vector<SgExpression*> InterproceduralInfo::CallSiteStructure::actual_in |
Definition at line 76 of file InterproceduralInfo.h.
SgNode* InterproceduralInfo::CallSiteStructure::actual_return |
Definition at line 83 of file InterproceduralInfo.h.
Referenced by InterproceduralInfo::addFunctionCall().