MCPcopy 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

printOutMethod · 0.80
findFunctionInBaseMethod · 0.80
findFunctionMethod · 0.80
expandTemplateMethod · 0.80
printOutMethod · 0.80
isMemberFuncMethod · 0.80

Calls 2

setFlagFunction · 0.70
getFlagFunction · 0.70

Tested by

no test coverage detected