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

Method classof

svf/include/MemoryModel/PersistentPointsToDS.h:311–314  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

309 /// Methods to support type inquiry through isa, cast, and dyn_cast:
310 ///@{
311 static inline bool classof(const PersistentDiffPTData<Key, KeySet, Data, DataSet> *)
312 {
313 return true;
314 }
315
316 static inline bool classof(const PTData<Key, KeySet, Data, DataSet>* ptd)
317 {

Callers

nothing calls this directly

Calls 1

getPTDTYMethod · 0.80

Tested by

no test coverage detected