MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / CheckMemoryLeakImpl

Function CheckMemoryLeakImpl

lib/checkmemoryleak.h:175–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173public:
174 CheckMemoryLeakImpl() = delete;
175 CheckMemoryLeakImpl(const CheckMemoryLeakImpl &) = delete;
176 CheckMemoryLeakImpl& operator=(const CheckMemoryLeakImpl &) = delete;
177
178 CheckMemoryLeakImpl(const Tokenizer *t, const Settings &s, ErrorLogger &e)

Callers 1

checkmemoryleak.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected