|
Static Value-Flow Analysis
|
#include <ConsGEdge.h>
Static Public Member Functions | |
| static bool | classof (const GepCGEdge *) |
| Methods for support type inquiry through isa, cast, and dyn_cast: | |
| static bool | classof (const ConstraintEdge *edge) |
| static bool | classof (const GenericConsEdgeTy *edge) |
Static Public Member Functions inherited from SVF::ConstraintEdge | |
| static bool | classof (const GenericConsEdgeTy *edge) |
| ClassOf. | |
Protected Member Functions | |
| GepCGEdge (ConstraintNode *s, ConstraintNode *d, ConstraintEdgeK k, EdgeID id) | |
| Constructor. | |
Private Member Functions | |
| GepCGEdge () | |
| place holder | |
| GepCGEdge (const GepCGEdge &) | |
| place holder | |
| void | operator= (const GepCGEdge &) |
| place holder | |
Gep edge
Definition at line 225 of file ConsGEdge.h.
|
private |
place holder
|
inlineprotected |
Constructor.
Definition at line 235 of file ConsGEdge.h.
|
inlinestatic |
Definition at line 248 of file ConsGEdge.h.
|
inlinestatic |
Definition at line 253 of file ConsGEdge.h.
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 244 of file ConsGEdge.h.