Static Value-Flow Analysis
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
SVF::FormalParmVFGNode Class Reference

#include <VFGNode.h>

Inheritance diagram for SVF::FormalParmVFGNode:
SVF::ArgumentVFGNode SVF::VFGNode SVF::GenericNode< NodeTy, EdgeTy > SVF::SVFValue

Public Member Functions

 FormalParmVFGNode (NodeID id, const PAGNode *n, const FunObjVar *f)
 Constructor.
 
const PAGNodegetParam () const
 Return parameter.
 
const FunObjVargetFun () const override
 Return function.
 
void addCallPE (const CallPE *call)
 Return call edge.
 
- Public Member Functions inherited from SVF::ArgumentVFGNode
 ArgumentVFGNode (NodeID id, const PAGNode *p, VFGNodeK k)
 Constructor.
 
bool isPTANode () const
 Whether this argument node is of pointer type (used for pointer analysis).
 
const SVFVargetValue () const override
 Return the corresponding LLVM value, if possible, nullptr otherwise.
 
- Public Member Functions inherited from SVF::VFGNode
 VFGNode (NodeID i, VFGNodeK k)
 Constructor.
 
virtual const ICFGNodegetICFGNode () const
 Return corresponding ICFG node.
 
virtual void setICFGNode (const ICFGNode *node)
 Set corresponding ICFG node.
 
- Public Member Functions inherited from SVF::GenericNode< NodeTy, EdgeTy >
 GenericNode (NodeID i, GNodeK k, const SVFType *svfType=nullptr)
 Constructor.
 
virtual ~GenericNode ()
 Destructor.
 
bool hasIncomingEdge () const
 Has incoming/outgoing edge set.
 
bool hasOutgoingEdge () const
 
iterator OutEdgeBegin ()
 iterators
 
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.
 
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.
 
bool addOutgoingEdge (EdgeType *outEdge)
 
EdgeTypehasIncomingEdge (EdgeType *edge) const
 Find incoming and outgoing edges.
 
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::SVFValue
 SVFValue (NodeID i, GNodeK k, const SVFType *ty=nullptr)
 
NodeID getId () const
 Get ID.
 
GNodeK getNodeKind () const
 Get node kind.
 
virtual const SVFTypegetType () const
 
virtual void setName (const std::string &nameInfo)
 
virtual void setName (std::string &&nameInfo)
 
virtual const std::string & getName () const
 
virtual void setSourceLoc (const std::string &sourceCodeInfo)
 
virtual const std::string getSourceLoc () const
 
const std::string valueOnlyToString () const
 

Private Attributes

const FunObjVarfun
 
CallPESet callPEs
 
CallPESet::const_iterator callPEBegin () const
 
CallPESet::const_iterator callPEEnd () const
 
const NodeBS getDefSVFVars () const override
 Return the left hand side SVF Vars.
 
const std::string toString () const override
 
static bool classof (const FormalParmVFGNode *)
 Methods for support type inquiry through isa, cast, and dyn_cast:
 
static bool classof (const VFGNode *node)
 
static bool classof (const ArgumentVFGNode *node)
 
static bool classof (const GenericVFGNodeTy *node)
 
static bool classof (const SVFValue *node)
 

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.
 
typedef GEdgeSetTy::iterator iterator
 
typedef GEdgeSetTy::const_iterator const_iterator
 
- Public Types inherited from SVF::SVFValue
enum  GNodeK {
  IntraBlock , GlobalBlock , FunEntryBlock , FunExitBlock ,
  FunCallBlock , FunRetBlock , ValNode , ArgValNode ,
  FunValNode , GepValNode , RetValNode , VarargValNode ,
  GlobalValNode , ConstAggValNode , ConstDataValNode , BlackHoleValNode ,
  ConstFPValNode , ConstIntValNode , ConstNullptrValNode , DummyValNode ,
  ObjNode , GepObjNode , BaseObjNode , FunObjNode ,
  HeapObjNode , StackObjNode , GlobalObjNode , ConstAggObjNode ,
  ConstDataObjNode , ConstFPObjNode , ConstIntObjNode , ConstNullptrObjNode ,
  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 , BasicBlockKd , OtherKd
}
 
- Static Public Member Functions inherited from SVF::ArgumentVFGNode
static bool classof (const ArgumentVFGNode *)
 Methods for support type inquiry through isa, cast, and dyn_cast:
 
static bool classof (const VFGNode *node)
 
static bool classof (const GenericVFGNodeTy *node)
 
static bool classof (const SVFValue *node)
 
- Static Public Member Functions inherited from SVF::VFGNode
static bool classof (const VFGNode *)
 
static bool classof (const GenericVFGNodeTy *node)
 
static bool classof (const SVFValue *node)
 
- Static Public Member Functions inherited from SVF::GenericNode< NodeTy, EdgeTy >
static bool classof (const GenericNode< NodeTy, EdgeTy > *)
 
static bool classof (const SVFValue *)
 
- Static Protected Member Functions inherited from SVF::SVFValue
static bool isICFGNodeKinds (GNodeK n)
 Helper functions to check node kinds.
 
static bool isInterICFGNodeKind (GNodeK n)
 
static bool isSVFVarKind (GNodeK n)
 
static bool isValVarKinds (GNodeK n)
 
static bool isConstantDataValVar (GNodeK n)
 
static bool isObjVarKinds (GNodeK n)
 
static bool isBaseObjVarKinds (GNodeK n)
 
static bool isConstantDataObjVarKinds (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::SVFValue
NodeID id
 Node ID.
 
GNodeK nodeKind
 Node kind.
 
const SVFTypetype
 SVF type.
 
std::string name
 
std::string sourceLoc
 Source code information of this value.
 

Detailed Description

Definition at line 947 of file VFGNode.h.

Constructor & Destructor Documentation

◆ FormalParmVFGNode()

SVF::FormalParmVFGNode::FormalParmVFGNode ( NodeID  id,
const PAGNode n,
const FunObjVar f 
)
inline

Constructor.

Definition at line 955 of file VFGNode.h.

955 :
956 ArgumentVFGNode(id, n, FParm), fun(f)
957 {
958 }
cJSON * n
Definition cJSON.cpp:2558
ArgumentVFGNode(NodeID id, const PAGNode *p, VFGNodeK k)
Constructor.
Definition VFGNode.h:854
const FunObjVar * fun
Definition VFGNode.h:950
llvm::IRBuilder IRBuilder
Definition BasicTypes.h:74

Member Function Documentation

◆ addCallPE()

void SVF::FormalParmVFGNode::addCallPE ( const CallPE call)
inline

Return call edge.

Definition at line 972 of file VFGNode.h.

973 {
974 callPEs.insert(call);
975 }

◆ callPEBegin()

CallPESet::const_iterator SVF::FormalParmVFGNode::callPEBegin ( ) const
inline

Call edge iterator

Definition at line 978 of file VFGNode.h.

979 {
980 return callPEs.begin();
981 }

◆ callPEEnd()

CallPESet::const_iterator SVF::FormalParmVFGNode::callPEEnd ( ) const
inline

Definition at line 982 of file VFGNode.h.

983 {
984 return callPEs.end();
985 }

◆ classof() [1/5]

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

Definition at line 998 of file VFGNode.h.

999 {
1000 return node->getNodeKind() == FParm;
1001 }

◆ classof() [2/5]

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

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

Definition at line 990 of file VFGNode.h.

991 {
992 return true;
993 }

◆ classof() [3/5]

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

Definition at line 1002 of file VFGNode.h.

1003 {
1004 return node->getNodeKind() == FParm;
1005 }

◆ classof() [4/5]

static bool SVF::FormalParmVFGNode::classof ( const SVFValue node)
inlinestatic

Definition at line 1006 of file VFGNode.h.

1007 {
1008 return node->getNodeKind() == FParm;
1009 }

◆ classof() [5/5]

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

Definition at line 994 of file VFGNode.h.

995 {
996 return node->getNodeKind() == FParm;
997 }

◆ getDefSVFVars()

const NodeBS FormalParmVFGNode::getDefSVFVars ( ) const
overridevirtual

Return the left hand side SVF Vars.

Implements SVF::VFGNode.

Definition at line 282 of file VFG.cpp.

283{
284 NodeBS nb;
285 nb.set(getParam()->getId());
286 return nb;
287}
const PAGNode * getParam() const
Return parameter.
Definition VFGNode.h:961
NodeID getId() const
Get ID.
Definition SVFValue.h:158
void set(unsigned Idx)

◆ getFun()

const FunObjVar * SVF::FormalParmVFGNode::getFun ( ) const
inlineoverridevirtual

Return function.

Reimplemented from SVF::VFGNode.

Definition at line 967 of file VFGNode.h.

968 {
969 return fun;
970 }

◆ getParam()

const PAGNode * SVF::FormalParmVFGNode::getParam ( ) const
inline

Return parameter.

Definition at line 961 of file VFGNode.h.

962 {
963 return param;
964 }
const PAGNode * param
Definition VFGNode.h:850

◆ toString()

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

Reimplemented from SVF::ArgumentVFGNode.

Definition at line 289 of file VFG.cpp.

290{
291 std::string str;
292 std::stringstream rawstr(str);
293 rawstr << "FormalParmVFGNode ID: " << getId() << " ";
294 rawstr << "Fun[" << getFun()->getName() << "]";
295 rawstr << param->toString();
296 return rawstr.str();
297}
const FunObjVar * getFun() const override
Return function.
Definition VFGNode.h:967
virtual const std::string & getName() const
Definition SVFValue.h:184
virtual const std::string toString() const
Get string representation.

Member Data Documentation

◆ callPEs

CallPESet SVF::FormalParmVFGNode::callPEs
private

Definition at line 951 of file VFGNode.h.

◆ fun

const FunObjVar* SVF::FormalParmVFGNode::fun
private

Definition at line 950 of file VFGNode.h.


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