Constructor
| 64 | |
| 65 | /// Constructor |
| 66 | AccessPath(APOffset o = 0, const SVFType* srcTy = nullptr) : fldIdx(o), gepPointeeType(srcTy) {} |
| 67 | |
| 68 | /// Copy Constructor |
| 69 | AccessPath(const AccessPath& ap) |
nothing calls this directly
no test coverage detected