MCPcopy 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

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected