MCPcopy 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
580const Token* astParentSkipParens(const Token* tok)
581{
582 return astParentSkipParens(const_cast<Token*>(tok));
583}
584Token* astParentSkipParens(Token* tok)
585{
586 if (!tok)

Callers 3

isPointerDeRefMethod · 0.85
valueFlowLifetimeFunction · 0.85
outOfBoundsMethod · 0.85

Calls 4

astParentMethod · 0.80
linkAtMethod · 0.80
simpleMatchFunction · 0.70

Tested by

no test coverage detected