Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isEnumType
Function
isEnumType
lib/token.h:632–634 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
630
setFlag(fIsComplex, value);
631
}
632
bool isEnumType() const {
633
return getFlag(fIsEnumType);
634
}
635
void isEnumType(const bool value) {
636
setFlag(fIsEnumType, value);
637
}
Callers
3
evaluate
Method · 0.70
name
Method · 0.70
type
Method · 0.70
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected