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

Function isPointer

lib/symboldatabase.h:453–455  ·  view source on GitHub ↗

* Is pointer variable. * @return true if pointer, false otherwise */

Source from the content-addressed store, hash-verified

451 * @return true if pointer, false otherwise
452 */
453 bool isPointer() const {
454 return getFlag(fIsPointer);
455 }
456
457 /**
458 * Is variable a pointer to an array

Callers 2

evaluateMethod · 0.85
isPointerToArrayFunction · 0.85

Calls 1

getFlagFunction · 0.70

Tested by

no test coverage detected