Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ nextAfterAstRightmostLeaf
Function
nextAfterAstRightmostLeaf
lib/astutils.cpp:571–574 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
569
}
570
571
const Token* nextAfterAstRightmostLeaf(const Token* tok)
572
{
573
return nextAfterAstRightmostLeafGeneric(tok);
574
}
575
Token* nextAfterAstRightmostLeaf(Token* tok)
576
{
577
return nextAfterAstRightmostLeafGeneric(tok);
Callers
15
forwardRange
Method · 0.85
findFunction
Method · 0.85
valueFlowForwardLifetime
Function · 0.85
findEndOfFunctionCallForParameter
Function · 0.85
valueFlowSymbolic
Function · 0.85
valueFlowForwardAssign
Function · 0.85
valueFlowAfterAssign
Function · 0.85
valueFlowForLoopSimplify
Function · 0.85
valueFlowContainerSize
Function · 0.85
checkDuplicateConditionalAssign
Method · 0.85
findTokensSkipDeadCodeImpl
Function · 0.85
typeDecl
Method · 0.85
Calls
1
nextAfterAstRightmostLeafGeneric
Function · 0.85
Tested by
1
nextAfterAstRightmostLeafTest
Method · 0.68