Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ astIsSignedChar
Function
astIsSignedChar
lib/astutils.cpp:186–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
bool astIsSignedChar(const Token *tok)
187
{
188
return astIsCharWithSign(tok, ValueType::Sign::SIGNED);
189
}
190
191
bool astIsUnknownSignChar(const Token *tok)
192
{
Callers
1
checkCharVariable
Method · 0.85
Calls
1
astIsCharWithSign
Function · 0.85
Tested by
no test coverage detected