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

Method isUnsigned

lib/symboldatabase.cpp:2521–2524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2519}
2520
2521bool Variable::isUnsigned() const
2522{
2523 return mValueType ? (mValueType->sign == ValueType::Sign::UNSIGNED) : mTypeStartToken->isUnsigned();
2524}
2525
2526const Token * Variable::declEndToken() const
2527{

Callers 15

checkFormatStringMethod · 0.80
ArgumentInfoMethod · 0.80
argumentTypeMethod · 0.80
simplifyPlatformTypesMethod · 0.80
simplifyStdTypeMethod · 0.80
argsMatchMethod · 0.80
tokenTypeFunction · 0.80
checkVariableCallMatchFunction · 0.80
setValueTypeMethod · 0.80
parsedeclFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected