Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isPointerDeRef
Method · 0.80
nullConstantDereference
Method · 0.80
getDimensionsEtc
Function · 0.80
getOverrunIndexValues
Function · 0.80
pointerArithmetic
Method · 0.80
argumentSize
Method · 0.80
objectIndex
Method · 0.80
negativeArraySize
Method · 0.80
useFunctionArgs
Function · 0.80
checkFunctionVariableUsage_iterateScopes
Method · 0.80
checkFileUsage
Method · 0.80
checkFormatString
Method · 0.80
Calls
no outgoing calls
Tested by
15
array
Method · 0.64
array_ptr
Method · 0.64
stlarray1
Method · 0.64
stlarray2
Method · 0.64
stlarray3
Method · 0.64
test_isVariableDeclarationIdentifiesSimpleDeclaration
Method · 0.64
test_isVariableDeclarationIdentifiesInitialization
Method · 0.64
test_isVariableDeclarationIdentifiesCpp11Initialization
Method · 0.64
test_isVariableDeclarationIdentifiesScopedDeclaration
Method · 0.64
test_isVariableDeclarationIdentifiesStdDeclaration
Method · 0.64
test_isVariableDeclarationIdentifiesScopedStdDeclaration
Method · 0.64
test_isVariableDeclarationIdentifiesManyScopes
Method · 0.64