Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_info
Method · 0.85
update_property_isStandardType
Method · 0.85
isEnumStart
Function · 0.85
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected