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

Function isUnsignedType

addons/misra.py:79–80  ·  view source on GitHub ↗
(ty)

Source from the content-addressed store, hash-verified

77
78
79def isUnsignedType(ty):
80 return ty == 'unsigned' or ty.startswith('uint')
81
82
83def simpleMatch(token, pattern):

Callers 2

misra_6_1Method · 0.85
misra_10_1Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected