Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isConstexpr
Function
isConstexpr
lib/token.h:665–667 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
663
}
664
665
bool isConstexpr() const {
666
return getFlag(fConstexpr);
667
}
668
void isConstexpr(bool b) {
669
setFlag(fConstexpr, b);
670
}
Callers
1
setFlags
Method · 0.70
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected