Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
910
Token* getCondTok(Token* tok)
911
{
912
return getCondTokImpl(tok);
913
}
914
const Token* getCondTok(const Token* tok)
915
{
916
return getCondTokImpl(tok);
Callers
8
forwardRange
Method · 0.85
valueFlowForLoop
Function · 0.85
findTokensSkipDeadCodeImpl
Function · 0.85
useStandardLibrary
Method · 0.85
updateRange
Function · 0.85
useStlAlgorithm
Method · 0.85
getCondTokImpl
Function · 0.85
getCondTokFromEndImpl
Function · 0.85
Calls
1
getCondTokImpl
Function · 0.85
Tested by
no test coverage detected