| 404 | } |
| 405 | |
| 406 | void CheckIOImpl::useClosedFileError(const Token *tok) |
| 407 | { |
| 408 | reportError(tok, Severity::error, |
| 409 | "useClosedFile", "Used file that is not opened.", CWE910, Certainty::normal); |
| 410 | } |
| 411 | |
| 412 | void CheckIOImpl::fcloseInLoopConditionError(const Token *tok, const std::string &varname) |
| 413 | { |
no test coverage detected