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

Function valueFlowGenericReverse

lib/reverseanalyzer.cpp:412–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412void valueFlowGenericReverse(Token* start, const Token* end, const ValuePtr<Analyzer>& a, const TokenList& tokenlist, ErrorLogger& errorLogger, const Settings& settings)
413{
414 if (a->invalid())
415 return;
416 ReverseTraversal rt{a, tokenlist, errorLogger, settings};
417 rt.traverse(start, end);
418}

Callers 2

valueFlowReverseFunction · 0.85
traverseMethod · 0.85

Calls 2

invalidMethod · 0.80
traverseMethod · 0.80

Tested by

no test coverage detected