Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isUnsigned
Function
isUnsigned
lib/token.h:471–473 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
469
mFlags = flags_;
470
}
471
bool isUnsigned() const {
472
return getFlag(fIsUnsigned);
473
}
474
void isUnsigned(const bool sign) {
475
setFlag(fIsUnsigned, sign);
476
}
Callers
1
stringify
Method · 0.85
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected