| 187 | return d.test_and_set(e); |
| 188 | } |
| 189 | inline void addSingleRevPts(KeySet &revData, const Key& tgr) |
| 190 | { |
| 191 | if (this->rev) |
| 192 | { |
| 193 | SVFUtil::insertKey(tgr, revData); |
| 194 | } |
| 195 | } |
| 196 | inline void addRevPts(const DataSet &ptsData, const Key& tgr) |
| 197 | { |
| 198 | if (this->rev) |
nothing calls this directly
no test coverage detected