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

Function Break

lib/forwardanalyzer.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 int branchCount = 0;
62
63 Progress Break(Analyzer::Terminate t = Analyzer::Terminate::None) {
64 if ((!analyzeOnly || analyzeTerminate) && t != Analyzer::Terminate::None)
65 terminate = t;
66 return Progress::Break;
67 }
68
69 struct Branch {
70 explicit Branch(Token* tok = nullptr) : endBlock(tok) {}

Callers 8

traverseTokFunction · 0.85
traverseRecursiveFunction · 0.85
traverseConditionalFunction · 0.85
updateFunction · 0.85
updateInnerLoopFunction · 0.85
updateLoopFunction · 0.85
updateScopeFunction · 0.85
updateRangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected