Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addArguments
Method · 0.85
TokenAndName
Method · 0.85
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected