| 1727 | } |
| 1728 | |
| 1729 | bool CheckIOImpl::ArgumentInfo::isLibraryType(const Settings &settings) const |
| 1730 | { |
| 1731 | return typeToken && typeToken->isStandardType() && settings.library.podtype(typeToken->str()); |
| 1732 | } |
| 1733 | |
| 1734 | void CheckIOImpl::wrongPrintfScanfArgumentsError(const Token* tok, |
| 1735 | const std::string &functionName, |
no test coverage detected