Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
def
isUnsignedType(ty):
80
return
ty ==
'unsigned'
or ty.startswith(
'uint'
)
81
82
83
def
simpleMatch(token, pattern):
Callers
2
misra_6_1
Method · 0.85
misra_10_1
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected