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

Method DDAStat

svf/lib/DDA/DDAStat.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40using namespace std;
41
42DDAStat::DDAStat(FlowDDA* pta) : PTAStat(pta), flowDDA(pta), contextDDA(nullptr)
43{
44 initDefault();
45}
46DDAStat::DDAStat(ContextDDA* pta) : PTAStat(pta), flowDDA(nullptr), contextDDA(pta)
47{
48 initDefault();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected