MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / isLong

Function isLong

lib/token.h:490–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488 setFlag(fIsPointerCompare, b);
489 }
490 bool isLong() const {
491 return getFlag(fIsLong);
492 }
493 void isLong(bool size) {
494 setFlag(fIsLong, size);
495 }

Callers 2

update_property_infoMethod · 0.85
stringifyMethod · 0.85

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected