MCPcopy 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
571const Token* nextAfterAstRightmostLeaf(const Token* tok)
572{
573 return nextAfterAstRightmostLeafGeneric(tok);
574}
575Token* nextAfterAstRightmostLeaf(Token* tok)
576{
577 return nextAfterAstRightmostLeafGeneric(tok);

Callers 15

forwardRangeMethod · 0.85
findFunctionMethod · 0.85
valueFlowForwardLifetimeFunction · 0.85
valueFlowSymbolicFunction · 0.85
valueFlowForwardAssignFunction · 0.85
valueFlowAfterAssignFunction · 0.85
valueFlowForLoopSimplifyFunction · 0.85
valueFlowContainerSizeFunction · 0.85
typeDeclMethod · 0.85

Calls 1

Tested by 1