Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isSpecialization
Method
isSpecialization
lib/templatesimplifier.h:108–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
setFlag(fIsAlias, state);
107
}
108
void isSpecialization(bool state) {
109
setFlag(fIsSpecialization, state);
110
}
111
void isPartialSpecialization(bool state) {
112
setFlag(fIsPartialSpecialization, state);
113
}
Callers
7
useDefaultArgumentValues
Method · 0.80
expandTemplate
Method · 0.80
simplifyTemplateInstantiations
Method · 0.80
specMatch
Function · 0.80
getSpecializations
Method · 0.80
printOut
Method · 0.80
simplifyTemplates
Method · 0.80
Calls
2
setFlag
Function · 0.70
getFlag
Function · 0.70
Tested by
no test coverage detected