MCPcopy 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
186bool astIsSignedChar(const Token *tok)
187{
188 return astIsCharWithSign(tok, ValueType::Sign::SIGNED);
189}
190
191bool astIsUnknownSignChar(const Token *tok)
192{

Callers 1

checkCharVariableMethod · 0.85

Calls 1

astIsCharWithSignFunction · 0.85

Tested by

no test coverage detected