Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isAlias
Method
isAlias
lib/templatesimplifier.h:105–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
setFlag(fIsVariable, state);
104
}
105
void isAlias(bool state) {
106
setFlag(fIsAlias, state);
107
}
108
void isSpecialization(bool state) {
109
setFlag(fIsSpecialization, state);
110
}
Callers
6
useDefaultArgumentValues
Method · 0.45
simplifyTemplateAliases
Method · 0.45
specMatch
Function · 0.45
fixForwardDeclaredDefaultArgumentValues
Method · 0.45
printOut
Method · 0.45
simplifyTemplates
Method · 0.45
Calls
2
setFlag
Function · 0.70
getFlag
Function · 0.70
Tested by
no test coverage detected