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

Function isPointerCompare

lib/token.h:484–486  ·  view source on GitHub ↗

cppcheck-suppress unusedFunction

Source from the content-addressed store, hash-verified

482 }
483 // cppcheck-suppress unusedFunction
484 bool isPointerCompare() const {
485 return getFlag(fIsPointerCompare);
486 }
487 void isPointerCompare(const bool b) {
488 setFlag(fIsPointerCompare, b);
489 }

Callers

nothing calls this directly

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected