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

#include <VFGNode.h>

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

Public Member Functions

 ActualParmVFGNode (NodeID id, const ValVar *n, const CallICFGNode *c)
 Constructor.
 
const CallICFGNodegetCallSite () const
 Return callsite.
 
const ValVargetParam () const
 Return parameter.
 
const NodeBS getDefSVFVars () const override
 Return the left hand side SVF Vars.
 
const std::string toString () const override
 
- Public Member Functions inherited from SVF::ArgumentVFGNode
 ArgumentVFGNode (NodeID id, const ValVar *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.
 
const std::string toString () const override
 
- 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.
 
virtual const FunObjVargetFun () const
 Get the function of this SVFGNode.
 
- 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
 
const bool hasLLVMValue () const
 

Static Public Member Functions

static bool classof (const ActualParmVFGNode *)
 Methods for support type inquiry through isa, cast, and dyn_cast:
 
static bool classof (const ArgumentVFGNode *node)
 
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::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 *)
 

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.
 
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 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 ValVarparam
 
- 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 971 of file VFGNode.h.

Constructor & Destructor Documentation

◆ ActualParmVFGNode()

SVF::ActualParmVFGNode::ActualParmVFGNode ( NodeID  id,
const ValVar n,
const CallICFGNode c 
)
inline

Constructor.

Definition at line 977 of file VFGNode.h.

977 :
978 ArgumentVFGNode(id, n, AParm), cs(c)
979 {
980 }
cJSON * n
Definition cJSON.cpp:2558
const CallICFGNode * cs
Definition VFGNode.h:974
ArgumentVFGNode(NodeID id, const ValVar *p, VFGNodeK k)
Constructor.
Definition VFGNode.h:934
llvm::IRBuilder IRBuilder
Definition BasicTypes.h:74

Member Function Documentation

◆ classof() [1/5]

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

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

Definition at line 996 of file VFGNode.h.

997 {
998 return true;
999 }

◆ classof() [2/5]

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

Definition at line 1000 of file VFGNode.h.

1001 {
1002 return node->getNodeKind() == AParm;
1003 }

◆ classof() [3/5]

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

Definition at line 1008 of file VFGNode.h.

1009 {
1010 return node->getNodeKind() == AParm;
1011 }

◆ classof() [4/5]

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

Definition at line 1012 of file VFGNode.h.

1013 {
1014 return node->getNodeKind() == AParm;
1015 }

◆ classof() [5/5]

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

Definition at line 1004 of file VFGNode.h.

1005 {
1006 return node->getNodeKind() == AParm;
1007 }

◆ getCallSite()

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

Return callsite.

Definition at line 983 of file VFGNode.h.

984 {
985 return cs;
986 }

◆ getDefSVFVars()

const NodeBS ActualParmVFGNode::getDefSVFVars ( ) const
overridevirtual

Return the left hand side SVF Vars.

Implements SVF::VFGNode.

Definition at line 265 of file VFG.cpp.

266{
267 NodeBS nb;
268 nb.set(getParam()->getId());
269 return nb;
270}
const ValVar * getParam() const
Return parameter.
Definition VFGNode.h:989
NodeID getId() const
Get ID.
Definition SVFValue.h:160
void set(unsigned Idx)

◆ getParam()

const ValVar * SVF::ActualParmVFGNode::getParam ( ) const
inline

Return parameter.

Definition at line 989 of file VFGNode.h.

990 {
991 return param;
992 }
const ValVar * param
Definition VFGNode.h:930

◆ toString()

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

Reimplemented from SVF::VFGNode.

Definition at line 272 of file VFG.cpp.

273{
274 std::string str;
275 std::stringstream rawstr(str);
276 rawstr << "ActualParmVFGNode ID: " << getId() << " ";
277 rawstr << "CS[" << getCallSite()->getSourceLoc() << "]";
278 rawstr << param->toString();
279 return rawstr.str();
280}
const CallICFGNode * getCallSite() const
Return callsite.
Definition VFGNode.h:983
const std::string getSourceLoc() const override
Definition ICFGNode.h:570
virtual const std::string toString() const
Get string representation.

Member Data Documentation

◆ cs

const CallICFGNode* SVF::ActualParmVFGNode::cs
private

Definition at line 974 of file VFGNode.h.


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