Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isStandardType
Method
isStandardType
lib/token.cpp:214–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
};
213
214
bool Token::isStandardType(const std::string& s)
215
{
216
return stdTypes.find(s) != stdTypes.end();
217
}
218
219
void Token::update_property_isStandardType()
220
{
Callers
15
checkFunctionVariableUsage_iterateScopes
Method · 0.45
isNotLibraryFunction
Method · 0.45
checkFormatString
Method · 0.45
ArgumentInfo
Method · 0.45
isKnownType
Method · 0.45
isLibraryType
Method · 0.45
check
Method · 0.45
checkForUnreleasedInputArgument
Method · 0.45
checkForUnusedReturnValue
Method · 0.45
iscast
Function · 0.45
findCppTypeInitPar
Function · 0.45
createAstAtToken
Function · 0.45
Calls
2
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected