Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ astTop
Method
astTop
addons/cppcheckdata.py:526–530 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
524
yield
token
525
526
def
astTop(self):
527
top = None
528
for
parent in self.astParents():
529
top = parent
530
return
top
531
532
def
tokAt(self, n):
533
tl = self.forward()
Callers
15
isScopeNoReturn
Method · 0.80
checkFileUsage
Method · 0.80
checkForUnreleasedInputArgument
Method · 0.80
createAstAtToken
Function · 0.80
createAst
Method · 0.80
findEnumerator
Method · 0.80
isConditionKnown
Function · 0.80
getEndOfExprScope
Method · 0.80
traverseCondition
Method · 0.80
beforeCondition
Method · 0.80
afterCondition
Method · 0.80
valueFlowForLoopSimplify
Function · 0.80
Calls
1
astParents
Method · 0.95
Tested by
1
testAst
Method · 0.64