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

Method runChecks

lib/check64bit.cpp:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void Check64BitPortability::runChecks(const Tokenizer &tokenizer, ErrorLogger& errorLogger)
187{
188 Check64BitPortabilityImpl check64BitPortability(&tokenizer, tokenizer.getSettings(), errorLogger);
189 check64BitPortability.pointerassignment();
190}
191
192void Check64BitPortability::getErrorMessages(ErrorLogger& errorLogger, const Settings &settings) const
193{

Callers

nothing calls this directly

Calls 1

pointerassignmentMethod · 0.80

Tested by

no test coverage detected