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

Method clearFullPts

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

Source from the content-addressed store, hash-verified

540 mutPTData.clearPts(var, element);
541 }
542 virtual void clearFullPts(const Key& var) override
543 {
544 mutPTData.clearFullPts(var);
545 }
546 virtual void remapAllPts(void) override
547 {
548 mutPTData.remapAllPts();

Callers

nothing calls this directly

Calls 1

clearFullPtsMethod · 0.45

Tested by

no test coverage detected