Static Value-Flow Analysis
|
#include <SVFBugReport.h>
Public Types | |
enum | EventType { Branch = 0x1 , Caller = 0x2 , CallSite = 0x3 , Loop = 0x4 , SourceInst = 0x5 } |
Public Member Functions | |
SVFBugEvent (u32_t typeAndInfoFlag, const ICFGNode *eventInst) | |
virtual | ~SVFBugEvent ()=default |
u32_t | getEventType () const |
virtual const std::string | getEventDescription () const |
virtual const std::string | getFuncName () const |
virtual const std::string | getEventLoc () const |
Protected Attributes | |
u32_t | typeAndInfoFlag |
const ICFGNode * | eventInst |
Bug Detector Recoder
Definition at line 51 of file SVFBugReport.h.
Enumerator | |
---|---|
Branch | |
Caller | |
CallSite | |
Loop | |
SourceInst |
Definition at line 54 of file SVFBugReport.h.
Definition at line 68 of file SVFBugReport.h.
|
virtualdefault |
|
virtual |
Definition at line 287 of file SVFBugReport.cpp.
|
virtual |
Definition at line 282 of file SVFBugReport.cpp.
|
inline |
Definition at line 71 of file SVFBugReport.h.
|
virtual |
Definition at line 277 of file SVFBugReport.cpp.
Definition at line 65 of file SVFBugReport.h.
|
protected |
Definition at line 64 of file SVFBugReport.h.