Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ hasRvalRefQualifier
Function
hasRvalRefQualifier
lib/symboldatabase.h:888–890 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
886
return getFlag(fHasLvalRefQual);
887
}
888
bool hasRvalRefQualifier() const {
889
return getFlag(fHasRvalRefQual);
890
}
891
bool isVariadic() const {
892
return getFlag(fIsVariadic);
893
}
Callers
2
Function
Method · 0.85
getOverriddenFunctionRecursive
Method · 0.85
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected