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

Function updateRecursive

lib/forwardanalyzer.cpp:273–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271 }
272
273 Progress updateRecursive(Token* tok) {
274 return traverseRecursive(tok, AsUpdate{this}, false);
275 }
276
277 struct AsAnalyze {
278 ForwardTraversal* self = nullptr;

Callers 4

traverseMethod · 0.85
updateInnerLoopFunction · 0.85
updateLoopFunction · 0.85
updateRangeFunction · 0.85

Calls 1

traverseRecursiveFunction · 0.85

Tested by

no test coverage detected