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

Method nullPointer

lib/checknullpointer.cpp:312–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312void CheckNullPointerImpl::nullPointer()
313{
314 logChecker("CheckNullPointer::nullPointer");
315 nullPointerByDeRefAndCheck();
316}
317
318namespace {
319 const std::set<std::string> stl_istream = {

Callers 1

runChecksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected