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

Method classof

svf/include/MemoryModel/MutablePointsToDS.h:335–338  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

333 /// Methods to support type inquiry through isa, cast, and dyn_cast:
334 ///@{
335 static inline bool classof(const MutableDiffPTData<Key, KeySet, Data, DataSet> *)
336 {
337 return true;
338 }
339
340 static inline bool classof(const PTData<Key, KeySet, Data, DataSet>* ptd)
341 {

Callers

nothing calls this directly

Calls 1

getPTDTYMethod · 0.80

Tested by

no test coverage detected