Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isConstexpr
Function
isConstexpr
lib/symboldatabase.h:914–916 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
912
}
913
914
bool isConstexpr() const {
915
return getFlag(fIsConstexpr);
916
}
917
void isConstexpr(bool state) {
918
setFlag(fIsConstexpr, state);
919
}
Callers
nothing calls this directly
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected