MCPcopy 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
191bool astIsUnknownSignChar(const Token *tok)
192{
193 return astIsCharWithSign(tok, ValueType::Sign::UNKNOWN_SIGN);
194}
195
196bool astIsGenericChar(const Token* tok)
197{

Callers 1

checkCharVariableMethod · 0.85

Calls 1

astIsCharWithSignFunction · 0.85

Tested by

no test coverage detected