Static Value-Flow Analysis
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
SVF::FormalRetVFGNode Class Reference

#include <VFGNode.h>

Inheritance diagram for SVF::FormalRetVFGNode:
SVF::ArgumentVFGNode SVF::VFGNode SVF::GenericNode< NodeTy, EdgeTy > SVF::SVFBaseNode

Public Member Functions

 FormalRetVFGNode (NodeID id, const PAGNode *n, const SVFFunction *f)
 Constructor. More...
 
const PAGNodegetRet () const
 Return value at callee. More...
 
const SVFFunctiongetFun () const override
 Function. More...
 
void addRetPE (const RetPE *retPE)
 RetPE. More...
 
RetPESet::const_iterator retPEBegin () const
 RetPE iterators. More...
 
RetPESet::const_iterator retPEEnd () const
 
const NodeBS getDefSVFVars () const override
 Return the left hand side SVF Vars. More...
 
const std::string toString () const override
 
- Public Member Functions inherited from SVF::ArgumentVFGNode
 ArgumentVFGNode (NodeID id, const PAGNode *p, VFGNodeK k)
 Constructor. More...
 
bool isPTANode () const
 Whether this argument node is of pointer type (used for pointer analysis). More...
 
const SVFValuegetValue () const override
 Return the corresponding LLVM value, if possible, nullptr otherwise. More...
 
- Public Member Functions inherited from SVF::VFGNode
 VFGNode (NodeID i, VFGNodeK k)
 Constructor. More...
 
virtual const ICFGNodegetICFGNode () const
 Return corresponding ICFG node. More...
 
virtual void setICFGNode (const ICFGNode *node)
 Set corresponding ICFG node. More...
 
- Public Member Functions inherited from SVF::GenericNode< NodeTy, EdgeTy >
 GenericNode (NodeID i, GNodeK k)
 Constructor. More...
 
virtual ~GenericNode ()
 Destructor. More...
 
bool hasIncomingEdge () const
 Has incoming/outgoing edge set. More...
 
bool hasOutgoingEdge () const
 
iterator OutEdgeBegin ()
 iterators More...
 
iterator OutEdgeEnd ()
 
iterator InEdgeBegin ()
 
iterator InEdgeEnd ()
 
const_iterator OutEdgeBegin () const
 
const_iterator OutEdgeEnd () const
 
const_iterator InEdgeBegin () const
 
const_iterator InEdgeEnd () const
 
virtual iterator directOutEdgeBegin ()
 Iterators used for SCC detection, overwrite it in child class if necessary. More...
 
virtual iterator directOutEdgeEnd ()
 
virtual iterator directInEdgeBegin ()
 
virtual iterator directInEdgeEnd ()
 
virtual const_iterator directOutEdgeBegin () const
 
virtual const_iterator directOutEdgeEnd () const
 
virtual const_iterator directInEdgeBegin () const
 
virtual const_iterator directInEdgeEnd () const
 
bool addIncomingEdge (EdgeType *inEdge)
 Add incoming and outgoing edges. More...
 
bool addOutgoingEdge (EdgeType *outEdge)
 
EdgeTypehasIncomingEdge (EdgeType *edge) const
 Find incoming and outgoing edges. More...
 
EdgeTypehasOutgoingEdge (EdgeType *edge) const
 
const GEdgeSetTygetOutEdges () const
 
const GEdgeSetTygetInEdges () const
 
u32_t removeIncomingEdge (EdgeType *edge)
 
u32_t removeOutgoingEdge (EdgeType *edge)
 
- Public Member Functions inherited from SVF::SVFBaseNode
 SVFBaseNode (NodeID i, GNodeK k, SVFType *ty=nullptr)
 
NodeID getId () const
 Get ID. More...
 
GNodeK getNodeKind () const
 Get node kind. More...
 
virtual const SVFTypegetType () const
 
virtual void setSourceLoc (const std::string &sourceCodeInfo)
 
virtual const std::string getSourceLoc () const
 
const std::string valueOnlyToString () const
 

Static Public Member Functions

static bool classof (const FormalRetVFGNode)
 Methods for support type inquiry through isa, cast, and dyn_cast: More...
 
static bool classof (const VFGNode *node)
 
static bool classof (const ArgumentVFGNode *node)
 
static bool classof (const GenericVFGNodeTy *node)
 
static bool classof (const SVFBaseNode *node)
 
- Static Public Member Functions inherited from SVF::ArgumentVFGNode
static bool classof (const ArgumentVFGNode *)
 Methods for support type inquiry through isa, cast, and dyn_cast: More...
 
static bool classof (const VFGNode *node)
 
static bool classof (const GenericVFGNodeTy *node)
 
static bool classof (const SVFBaseNode *node)
 
- Static Public Member Functions inherited from SVF::VFGNode
static bool classof (const VFGNode *)
 
static bool classof (const GenericVFGNodeTy *node)
 
static bool classof (const SVFBaseNode *node)
 
- Static Public Member Functions inherited from SVF::GenericNode< NodeTy, EdgeTy >
static bool classof (const GenericNode< NodeTy, EdgeTy > *)
 
static bool classof (const SVFBaseNode *)
 

Private Member Functions

 FormalRetVFGNode ()
 place holder More...
 
 FormalRetVFGNode (const FormalRetVFGNode &)
 place holder More...
 
void operator= (const FormalRetVFGNode &)
 place holder More...
 

Private Attributes

const SVFFunctionfun
 
RetPESet retPEs
 

Additional Inherited Members

- Public Types inherited from SVF::VFGNode
typedef GNodeK VFGNodeK
 
typedef VFGEdge::VFGEdgeSetTy::iterator iterator
 
typedef VFGEdge::VFGEdgeSetTy::const_iterator const_iterator
 
typedef Set< const CallPE * > CallPESet
 
typedef Set< const RetPE * > RetPESet
 
- Public Types inherited from SVF::GenericNode< NodeTy, EdgeTy >
typedef NodeTy NodeType
 
typedef EdgeTy EdgeType
 
typedef OrderedSet< EdgeType *, typename EdgeType::equalGEdge > GEdgeSetTy
 Edge kind. More...
 
typedef GEdgeSetTy::iterator iterator
 
typedef GEdgeSetTy::const_iterator const_iterator
 
- Public Types inherited from SVF::SVFBaseNode
enum  GNodeK {
  IntraBlock , GlobalBlock , FunEntryBlock , FunExitBlock ,
  FunCallBlock , FunRetBlock , ValNode , GepValNode ,
  RetNode , VarargNode , DummyValNode , ObjNode ,
  GepObjNode , FIObjNode , DummyObjNode , Cmp ,
  BinaryOp , UnaryOp , Branch , DummyVProp ,
  NPtr , FRet , ARet , AParm ,
  FParm , Addr , Copy , Gep ,
  Store , Load , TPhi , TIntraPhi ,
  TInterPhi , FPIN , FPOUT , APIN ,
  APOUT , MPhi , MIntraPhi , MInterPhi ,
  CallNodeKd , CDNodeKd , CFLNodeKd , CHNodeKd ,
  ConstraintNodeKd , TCTNodeKd , DCHNodeKd , OtherKd
}
 
- Static Protected Member Functions inherited from SVF::SVFBaseNode
static bool isICFGNodeKinds (GNodeK n)
 Helper functions to check node kinds. More...
 
static bool isInterICFGNodeKind (GNodeK n)
 
static bool isSVFVarKind (GNodeK n)
 
static bool isValVarKinds (GNodeK n)
 
static bool isObjVarKinds (GNodeK n)
 
static bool isVFGNodeKinds (GNodeK n)
 
static bool isArgumentVFGNodeKinds (GNodeK n)
 
static bool isStmtVFGNodeKinds (GNodeK n)
 
static bool isPHIVFGNodeKinds (GNodeK n)
 
static bool isMRSVFGNodeKinds (GNodeK n)
 
static bool isMSSAPHISVFGNodeKinds (GNodeK n)
 
- Protected Attributes inherited from SVF::ArgumentVFGNode
const PAGNodeparam
 
- Protected Attributes inherited from SVF::VFGNode
const ICFGNodeicfgNode
 
- Protected Attributes inherited from SVF::SVFBaseNode
NodeID id
 Node ID. More...
 
GNodeK nodeKind
 Node kind. More...
 
const SVFTypetype
 SVF type. More...
 
std::string sourceLoc
 Source code information of this value. More...
 

Detailed Description

Callee return ICFG node

Definition at line 1080 of file VFGNode.h.

Constructor & Destructor Documentation

◆ FormalRetVFGNode() [1/3]

SVF::FormalRetVFGNode::FormalRetVFGNode ( )
private

place holder

◆ FormalRetVFGNode() [2/3]

SVF::FormalRetVFGNode::FormalRetVFGNode ( const FormalRetVFGNode )
private

place holder

◆ FormalRetVFGNode() [3/3]

FormalRetVFGNode::FormalRetVFGNode ( NodeID  id,
const PAGNode n,
const SVFFunction f 
)

Constructor.

Definition at line 423 of file VFG.cpp.

423  :
424  ArgumentVFGNode(id, n, FRet), fun(f)
425 {
426 }
cJSON * n
Definition: cJSON.cpp:2558
ArgumentVFGNode(NodeID id, const PAGNode *p, VFGNodeK k)
Constructor.
Definition: VFGNode.h:852
const SVFFunction * fun
Definition: VFGNode.h:1083

Member Function Documentation

◆ addRetPE()

void SVF::FormalRetVFGNode::addRetPE ( const RetPE retPE)
inline

RetPE.

Definition at line 1105 of file VFGNode.h.

1106  {
1107  retPEs.insert(retPE);
1108  }

◆ classof() [1/5]

static bool SVF::FormalRetVFGNode::classof ( const ArgumentVFGNode node)
inlinestatic

Definition at line 1128 of file VFGNode.h.

1129  {
1130  return node->getNodeKind() == FRet;
1131  }

◆ classof() [2/5]

static bool SVF::FormalRetVFGNode::classof ( const  FormalRetVFGNode)
inlinestatic

Methods for support type inquiry through isa, cast, and dyn_cast:

Definition at line 1120 of file VFGNode.h.

1121  {
1122  return true;
1123  }

◆ classof() [3/5]

static bool SVF::FormalRetVFGNode::classof ( const GenericVFGNodeTy node)
inlinestatic

Definition at line 1132 of file VFGNode.h.

1133  {
1134  return node->getNodeKind() == FRet;
1135  }

◆ classof() [4/5]

static bool SVF::FormalRetVFGNode::classof ( const SVFBaseNode node)
inlinestatic

Definition at line 1136 of file VFGNode.h.

1137  {
1138  return node->getNodeKind() == FRet;
1139  }

◆ classof() [5/5]

static bool SVF::FormalRetVFGNode::classof ( const VFGNode node)
inlinestatic

Definition at line 1124 of file VFGNode.h.

1125  {
1126  return node->getNodeKind() == FRet;
1127  }

◆ getDefSVFVars()

const NodeBS FormalRetVFGNode::getDefSVFVars ( ) const
overridevirtual

Return the left hand side SVF Vars.

Implements SVF::VFGNode.

Definition at line 333 of file VFG.cpp.

334 {
335  NodeBS nb;
336  nb.set(getRet()->getId());
337  return nb;
338 }
const PAGNode * getRet() const
Return value at callee.
Definition: VFGNode.h:1095
NodeID getId() const
Get ID.
Definition: GenericGraph.h:260
void set(unsigned Idx)

◆ getFun()

const SVFFunction* SVF::FormalRetVFGNode::getFun ( ) const
inlineoverridevirtual

Function.

Reimplemented from SVF::VFGNode.

Definition at line 1100 of file VFGNode.h.

1101  {
1102  return fun;
1103  }

◆ getRet()

const PAGNode* SVF::FormalRetVFGNode::getRet ( ) const
inline

Return value at callee.

Definition at line 1095 of file VFGNode.h.

1096  {
1097  return param;
1098  }
const PAGNode * param
Definition: VFGNode.h:848

◆ operator=()

void SVF::FormalRetVFGNode::operator= ( const FormalRetVFGNode )
private

place holder

◆ retPEBegin()

RetPESet::const_iterator SVF::FormalRetVFGNode::retPEBegin ( ) const
inline

RetPE iterators.

Definition at line 1110 of file VFGNode.h.

1111  {
1112  return retPEs.begin();
1113  }

◆ retPEEnd()

RetPESet::const_iterator SVF::FormalRetVFGNode::retPEEnd ( ) const
inline

Definition at line 1114 of file VFGNode.h.

1115  {
1116  return retPEs.end();
1117  }

◆ toString()

const std::string FormalRetVFGNode::toString ( ) const
overridevirtual

Reimplemented from SVF::ArgumentVFGNode.

Definition at line 340 of file VFG.cpp.

341 {
342  std::string str;
343  std::stringstream rawstr(str);
344  rawstr << "FormalRetVFGNode ID: " << getId() << " ";
345  rawstr << "Fun[" << getFun()->getName() << "]";
346  rawstr << param->toString();
347  return rawstr.str();
348 }
const char *const string
Definition: cJSON.h:172
const SVFFunction * getFun() const override
Function.
Definition: VFGNode.h:1100
const std::string & getName() const
Definition: SVFValue.h:243
virtual const std::string toString() const

Member Data Documentation

◆ fun

const SVFFunction* SVF::FormalRetVFGNode::fun
private

Definition at line 1083 of file VFGNode.h.

◆ retPEs

RetPESet SVF::FormalRetVFGNode::retPEs
private

Definition at line 1084 of file VFGNode.h.


The documentation for this class was generated from the following files: