MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / isComplex

Function isComplex

lib/token.h:626–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624 setFlag(fIsOperatorKeyword, value);
625 }
626 bool isComplex() const {
627 return getFlag(fIsComplex);
628 }
629 void isComplex(const bool value) {
630 setFlag(fIsComplex, value);
631 }

Callers 1

stringifyMethod · 0.85

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected