MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / previousBeforeAstLeftmostLeaf

Function previousBeforeAstLeftmostLeaf

lib/astutils.cpp:537–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535}
536
537const Token* previousBeforeAstLeftmostLeaf(const Token* tok)
538{
539 return previousBeforeAstLeftmostLeafGeneric(tok);
540}
541Token* previousBeforeAstLeftmostLeaf(Token* tok)
542{
543 return previousBeforeAstLeftmostLeafGeneric(tok);

Callers 7

beforeConditionMethod · 0.85
typeDeclMethod · 0.85
isConstStatementFunction · 0.85
traverseMethod · 0.85
getMethod · 0.85
checkConstFuncMethod · 0.85

Tested by

no test coverage detected