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

Function flags

lib/token.h:465–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463 bool isUnaryPreOp() const;
464
465 uint64_t flags() const {
466 return mFlags;
467 }
468 void flags(const uint64_t flags_) {
469 mFlags = flags_;
470 }

Callers 3

FunctionListItemMethod · 0.85
simplecpp.hFile · 0.85
setstrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected