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

Method runChecks

lib/checknullpointer.cpp:695–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695void CheckNullPointer::runChecks(const Tokenizer &tokenizer, ErrorLogger& errorLogger)
696{
697 CheckNullPointerImpl checkNullPointer(&tokenizer, tokenizer.getSettings(), errorLogger);
698 checkNullPointer.nullPointer();
699 checkNullPointer.arithmetic();
700 checkNullPointer.nullConstantDereference();
701}
702
703void CheckNullPointer::getErrorMessages(ErrorLogger& errorLogger, const Settings &settings) const
704{

Callers

nothing calls this directly

Calls 3

nullPointerMethod · 0.80
arithmeticMethod · 0.80

Tested by

no test coverage detected