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

Function simpleMatch

addons/misra.py:83–84  ·  view source on GitHub ↗
(token, pattern)

Source from the content-addressed store, hash-verified

81
82
83def simpleMatch(token, pattern):
84 return cppcheckdata.simpleMatch(token, pattern)
85
86
87def rawlink(rawtoken):

Callers 15

is_composite_exprFunction · 0.70
getEssentialTypeCategoryFunction · 0.70
isCastFunction · 0.70
isConstantExpressionFunction · 0.70
isNoReturnScopeFunction · 0.70
misra_1_2Method · 0.70
misra_2_2Method · 0.70
misra_8_11Method · 0.70
misra_13_1Method · 0.70
misra_15_7Method · 0.70

Calls 1

simpleMatchMethod · 0.80

Tested by

no test coverage detected