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

Function getCondTokFromEnd

lib/astutils.cpp:919–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917}
918
919Token* getCondTokFromEnd(Token* endBlock)
920{
921 return getCondTokFromEndImpl(endBlock);
922}
923const Token* getCondTokFromEnd(const Token* endBlock)
924{
925 return getCondTokFromEndImpl(endBlock);

Callers 8

updateScopeMethod · 0.85
updateScopeMethod · 0.85
traverseMethod · 0.85
updateRangeFunction · 0.85
getCondTokFromEndImplFunction · 0.85

Calls 1

getCondTokFromEndImplFunction · 0.85

Tested by

no test coverage detected