MCPcopy 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

setFlagsMethod · 0.70

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected