Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ hasLvalRefQualifier
Function
hasLvalRefQualifier
lib/symboldatabase.h:885–887 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
883
return getFlag(fIsOperator);
884
}
885
bool hasLvalRefQualifier() const {
886
return getFlag(fHasLvalRefQual);
887
}
888
bool hasRvalRefQualifier() const {
889
return getFlag(fHasRvalRefQual);
890
}
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