| 184 | } |
| 185 | |
| 186 | void Check64BitPortability::runChecks(const Tokenizer &tokenizer, ErrorLogger& errorLogger) |
| 187 | { |
| 188 | Check64BitPortabilityImpl check64BitPortability(&tokenizer, tokenizer.getSettings(), errorLogger); |
| 189 | check64BitPortability.pointerassignment(); |
| 190 | } |
| 191 | |
| 192 | void Check64BitPortability::getErrorMessages(ErrorLogger& errorLogger, const Settings &settings) const |
| 193 | { |
nothing calls this directly
no test coverage detected