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

Method runChecks

lib/checkvaarg.cpp:176–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void CheckVaarg::runChecks(const Tokenizer &tokenizer, ErrorLogger& errorLogger)
177{
178 CheckVaargImpl check(&tokenizer, tokenizer.getSettings(), errorLogger);
179 check.va_start_argument();
180 check.va_list_usage();
181}
182
183void CheckVaarg::getErrorMessages(ErrorLogger& errorLogger, const Settings &settings) const
184{

Callers

nothing calls this directly

Calls 2

va_start_argumentMethod · 0.80
va_list_usageMethod · 0.80

Tested by

no test coverage detected