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

Function analyzeScope

lib/forwardanalyzer.cpp:371–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369 }
370
371 Analyzer::Action analyzeScope(const Token* endBlock) const {
372 return analyzeRange(endBlock->link(), endBlock);
373 }
374
375 Analyzer::Action checkScope(Token* endBlock) const {
376 Analyzer::Action a = analyzeScope(endBlock);

Callers 3

checkScopeFunction · 0.85
checkBranchFunction · 0.85
updateLoopFunction · 0.85

Calls 1

analyzeRangeFunction · 0.85

Tested by

no test coverage detected