Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ astParentSkipParens
Function
astParentSkipParens
lib/astutils.cpp:580–583 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
578
}
579
580
const Token* astParentSkipParens(const Token* tok)
581
{
582
return astParentSkipParens(const_cast<Token*>(tok));
583
}
584
Token* astParentSkipParens(Token* tok)
585
{
586
if (!tok)
Callers
3
isPointerDeRef
Method · 0.85
valueFlowLifetime
Function · 0.85
outOfBounds
Method · 0.85
Calls
4
nextAfterAstRightmostLeaf
Function · 0.85
astParent
Method · 0.80
linkAt
Method · 0.80
simpleMatch
Function · 0.70
Tested by
no test coverage detected