Static Value-Flow Analysis
|
#include <vector>
#include "SVFIR/SVFValue.h"
#include "SVFIR/SVFVariables.h"
#include "SVFIR/SVFStatements.h"
#include "Graphs/ICFGNode.h"
#include <string>
#include <map>
#include "Util/cJSON.h"
#include <set>
Go to the source code of this file.
Classes | |
class | SVF::SVFBugEvent |
class | SVF::GenericBug |
class | SVF::BufferOverflowBug |
class | SVF::FullBufferOverflowBug |
class | SVF::PartialBufferOverflowBug |
class | SVF::NeverFreeBug |
class | SVF::PartialLeakBug |
class | SVF::DoubleFreeBug |
class | SVF::FileNeverCloseBug |
class | SVF::FilePartialCloseBug |
class | SVF::FullNullPtrDereferenceBug |
class | SVF::PartialNullPtrDereferenceBug |
class | SVF::SVFBugReport |
Namespaces | |
namespace | SVF |
for isBitcode | |
Macros | |
#define | BRANCHFLAGMASK 0x00000010 |
#define | EVENTTYPEMASK 0x0000000f |
#define BRANCHFLAGMASK 0x00000010 |
Definition at line 40 of file SVFBugReport.h.
#define EVENTTYPEMASK 0x0000000f |
Definition at line 41 of file SVFBugReport.h.