Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isVariable
Method
isVariable
lib/templatesimplifier.h:102–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
setFlag(fIsFunction, state);
101
}
102
void isVariable(bool state) {
103
setFlag(fIsVariable, state);
104
}
105
void isAlias(bool state) {
106
setFlag(fIsAlias, state);
107
}
Callers
7
checkFileUsage
Method · 0.80
expandTemplate
Method · 0.80
simplifyTemplateInstantiations
Method · 0.80
printOut
Method · 0.80
findTypeEnd
Function · 0.80
checkLoopBodyRecursive
Method · 0.80
checkScope
Method · 0.80
Calls
2
setFlag
Function · 0.70
getFlag
Function · 0.70
Tested by
no test coverage detected