Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isVariadic
Method
isVariadic
lib/templatesimplifier.h:117–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
setFlag(fIsForwardDeclaration, state);
116
}
117
void isVariadic(bool state) {
118
setFlag(fIsVariadic, state);
119
}
120
void isFriend(bool state) {
121
setFlag(fIsFriend, state);
122
}
Callers
8
printOut
Method · 0.80
findFunctionInBase
Method · 0.80
findFunction
Method · 0.80
simplifyTemplateAliases
Method · 0.80
expandTemplate
Method · 0.80
simplifyTemplateInstantiations
Method · 0.80
printOut
Method · 0.80
isMemberFunc
Method · 0.80
Calls
2
setFlag
Function · 0.70
getFlag
Function · 0.70
Tested by
no test coverage detected