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

Method MutableDFPTData

svf/include/MemoryModel/MutablePointsToDS.h:379–379  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

377
378 /// Constructor
379 MutableDFPTData(bool reversePT = true, PTDataTy ty = BaseDFPTData::MutDataFlow) : BaseDFPTData(reversePT, ty), mutPTData(reversePT) { }
380
381 virtual ~MutableDFPTData() { }
382

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected