MCPcopy Create free account
hub / github.com/SVF-tools/SVF / DDAVFSolver

Method DDAVFSolver

svf/include/DDA/DDAVFSolver.h:65–67  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

63
64 ///Constructor
65 DDAVFSolver(): outOfBudgetQuery(false),_pag(nullptr),_svfg(nullptr),_ander(nullptr),_callGraph(nullptr), _callGraphSCC(nullptr), _svfgSCC(nullptr), ddaStat(nullptr)
66 {
67 }
68 /// Destructor
69 virtual ~DDAVFSolver()
70 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected