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

#include <VFGNode.h>

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

Public Member Functions

 ActualRetVFGNode (NodeID id, const PAGNode *n, const CallICFGNode *c)
 Constructor. More...
 
const CallICFGNodegetCallSite () const
 Return callsite. More...
 
const SVFFunctiongetCaller () const
 Receive parameter at callsite. More...
 
const PAGNodegetRev () const
 Receive parameter at callsite. More...
 
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...
 
virtual const SVFFunctiongetFun () const
 Get the function of this SVFGNode. 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 ActualRetVFGNode *)
 Methods for support type inquiry through isa, cast, and dyn_cast: More...
 
static bool classof (const ArgumentVFGNode *node)
 
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::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

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

Private Attributes

const CallICFGNodecs
 

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

Callsite receive parameter

Definition at line 1018 of file VFGNode.h.

Constructor & Destructor Documentation

◆ ActualRetVFGNode() [1/3]

SVF::ActualRetVFGNode::ActualRetVFGNode ( )
private

place holder

◆ ActualRetVFGNode() [2/3]

SVF::ActualRetVFGNode::ActualRetVFGNode ( const ActualRetVFGNode )
private

place holder

◆ ActualRetVFGNode() [3/3]

SVF::ActualRetVFGNode::ActualRetVFGNode ( NodeID  id,
const PAGNode n,
const CallICFGNode c 
)
inline

Constructor.

Definition at line 1029 of file VFGNode.h.

1029  :
1030  ArgumentVFGNode(id, n, ARet), cs(c)
1031  {
1032  }
cJSON * n
Definition: cJSON.cpp:2558
const CallICFGNode * cs
Definition: VFGNode.h:1021
ArgumentVFGNode(NodeID id, const PAGNode *p, VFGNodeK k)
Constructor.
Definition: VFGNode.h:852

Member Function Documentation

◆ classof() [1/5]

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

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

Definition at line 1050 of file VFGNode.h.

1051  {
1052  return true;
1053  }

◆ classof() [2/5]

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

Definition at line 1054 of file VFGNode.h.

1055  {
1056  return node->getNodeKind() == ARet;
1057  }

◆ classof() [3/5]

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

Definition at line 1062 of file VFGNode.h.

1063  {
1064  return node->getNodeKind() == ARet;
1065  }

◆ classof() [4/5]

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

Definition at line 1066 of file VFGNode.h.

1067  {
1068  return node->getNodeKind() == ARet;
1069  }

◆ classof() [5/5]

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

Definition at line 1058 of file VFGNode.h.

1059  {
1060  return node->getNodeKind() == ARet;
1061  }

◆ getCaller()

const SVFFunction* SVF::ActualRetVFGNode::getCaller ( ) const
inline

Receive parameter at callsite.

Definition at line 1039 of file VFGNode.h.

1040  {
1041  return cs->getCaller();
1042  }
const SVFFunction * getCaller() const
Return callsite.
Definition: ICFGNode.h:470

◆ getCallSite()

const CallICFGNode* SVF::ActualRetVFGNode::getCallSite ( ) const
inline

Return callsite.

Definition at line 1034 of file VFGNode.h.

1035  {
1036  return cs;
1037  }

◆ getDefSVFVars()

const NodeBS ActualRetVFGNode::getDefSVFVars ( ) const
overridevirtual

Return the left hand side SVF Vars.

Implements SVF::VFGNode.

Definition at line 315 of file VFG.cpp.

316 {
317  NodeBS nb;
318  nb.set(getRev()->getId());
319  return nb;
320 }
const PAGNode * getRev() const
Receive parameter at callsite.
Definition: VFGNode.h:1044
NodeID getId() const
Get ID.
Definition: GenericGraph.h:260
void set(unsigned Idx)

◆ getRev()

const PAGNode* SVF::ActualRetVFGNode::getRev ( ) const
inline

Receive parameter at callsite.

Definition at line 1044 of file VFGNode.h.

1045  {
1046  return param;
1047  }
const PAGNode * param
Definition: VFGNode.h:848

◆ operator=()

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

place holder

◆ toString()

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

Reimplemented from SVF::ArgumentVFGNode.

Definition at line 322 of file VFG.cpp.

323 {
324  std::string str;
325  std::stringstream rawstr(str);
326  rawstr << "ActualRetVFGNode ID: " << getId() << " ";
327  rawstr << "CS[" << getCallSite()->getSourceLoc() << "]";
328  rawstr << param->toString();
329  return rawstr.str();
330 }
const char *const string
Definition: cJSON.h:172
const CallICFGNode * getCallSite() const
Return callsite.
Definition: VFGNode.h:1034
const std::string getSourceLoc() const override
Definition: ICFGNode.h:588
virtual const std::string toString() const

Member Data Documentation

◆ cs

const CallICFGNode* SVF::ActualRetVFGNode::cs
private

Definition at line 1021 of file VFGNode.h.


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