MCPcopy 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

stringifyMethod · 0.85

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected