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

Method runChecks

lib/checkuninitvar.cpp:1800–1805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1798}
1799
1800void CheckUninitVar::runChecks(const Tokenizer &tokenizer, ErrorLogger& errorLogger)
1801{
1802 CheckUninitVarImpl checkUninitVar(&tokenizer, tokenizer.getSettings(), errorLogger);
1803 checkUninitVar.valueFlowUninit();
1804 checkUninitVar.check();
1805}
1806
1807void CheckUninitVar::getErrorMessages(ErrorLogger& errorLogger, const Settings& settings) const
1808{

Callers

nothing calls this directly

Calls 2

valueFlowUninitMethod · 0.45
checkMethod · 0.45

Tested by

no test coverage detected