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

Method classof

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

Methods to support type inquiry through isa, cast, and dyn_cast: @{

Source from the content-addressed store, hash-verified

1003 /// Methods to support type inquiry through isa, cast, and dyn_cast:
1004 ///@{
1005 static inline bool classof(const MutableVersionedPTData<Key, KeySet, Data, DataSet, VersionedKey, VersionedKeySet> *)
1006 {
1007 return true;
1008 }
1009
1010 static inline bool classof(const PTData<Key, KeySet, Data, DataSet>* ptd)
1011 {

Callers

nothing calls this directly

Calls 1

getPTDTYMethod · 0.80

Tested by

no test coverage detected