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

Function isStandardType

lib/token.h:496–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494 setFlag(fIsLong, size);
495 }
496 bool isStandardType() const {
497 return getFlag(fIsStandardType);
498 }
499 void isStandardType(const bool b) {
500 setFlag(fIsStandardType, b);
501 }

Callers 3

update_property_infoMethod · 0.85
isEnumStartFunction · 0.85

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected