MCPcopy Create free account
hub / github.com/Tencent/TscanCode / checkUnreachableCode

Method checkUnreachableCode

trunk/lib/checkother.cpp:1203–1298  ·  view source on GitHub ↗

--------------------------------------------------------------------------- Find consecutive return, break, continue, goto or throw statements. e.g.: break; break; Detect dead code, that follows such a statement. e.g.: return(0); foo(); ---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 8

findmatchFunction · 0.85
findsimplematchFunction · 0.85
isEnabledMethod · 0.80
sizeMethod · 0.80
tokAtMethod · 0.80
isnoreturnMethod · 0.80
linkAtMethod · 0.80
strMethod · 0.45

Tested by

no test coverage detected