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