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

Function getCondTok

lib/astutils.cpp:910–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

908}
909
910Token* getCondTok(Token* tok)
911{
912 return getCondTokImpl(tok);
913}
914const Token* getCondTok(const Token* tok)
915{
916 return getCondTokImpl(tok);

Callers 8

forwardRangeMethod · 0.85
valueFlowForLoopFunction · 0.85
useStandardLibraryMethod · 0.85
updateRangeFunction · 0.85
useStlAlgorithmMethod · 0.85
getCondTokImplFunction · 0.85
getCondTokFromEndImplFunction · 0.85

Calls 1

getCondTokImplFunction · 0.85

Tested by

no test coverage detected