MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / isVariadic

Function isVariadic

lib/symboldatabase.h:891–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889 return getFlag(fHasRvalRefQual);
890 }
891 bool isVariadic() const {
892 return getFlag(fIsVariadic);
893 }
894 bool isVolatile() const {
895 return getFlag(fIsVolatile);
896 }

Callers 2

addArgumentsMethod · 0.85
TokenAndNameMethod · 0.85

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected