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

Method isLibraryType

lib/checkio.cpp:1729–1732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

checkFormatStringMethod · 0.80

Calls 3

isStandardTypeMethod · 0.45
podtypeMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected