Constructor
| 377 | |
| 378 | /// Constructor |
| 379 | MutableDFPTData(bool reversePT = true, PTDataTy ty = BaseDFPTData::MutDataFlow) : BaseDFPTData(reversePT, ty), mutPTData(reversePT) { } |
| 380 | |
| 381 | virtual ~MutableDFPTData() { } |
| 382 |
nothing calls this directly
no outgoing calls
no test coverage detected