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

Method isArray

addons/misra_9.py:40–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38
39 @property
40 def isArray(self):
41 return self.elementType == 'array'
42
43 @property
44 def isRecord(self):

Callers 15

isPointerDeRefMethod · 0.80
getDimensionsEtcFunction · 0.80
getOverrunIndexValuesFunction · 0.80
pointerArithmeticMethod · 0.80
argumentSizeMethod · 0.80
objectIndexMethod · 0.80
negativeArraySizeMethod · 0.80
useFunctionArgsFunction · 0.80
checkFileUsageMethod · 0.80
checkFormatStringMethod · 0.80

Calls

no outgoing calls