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

Function isPointerToArray

lib/symboldatabase.h:461–463  ·  view source on GitHub ↗

* Is variable a pointer to an array * @return true if pointer to array, false otherwise */

Source from the content-addressed store, hash-verified

459 * @return true if pointer to array, false otherwise
460 */
461 bool isPointerToArray() const {
462 return isPointer() && getFlag(fIsArray);
463 }
464
465 /**
466 * Is variable an array of pointers

Callers

nothing calls this directly

Calls 2

isPointerFunction · 0.85
getFlagFunction · 0.70

Tested by

no test coverage detected