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