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

Function isArrayOrPointer

lib/symboldatabase.h:475–477  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

473 * @return true if pointer or array, false otherwise
474 */
475 bool isArrayOrPointer() const {
476 return getFlag(fIsArray) || getFlag(fIsPointer);
477 }
478
479 /**
480 * Is reference variable.

Callers

nothing calls this directly

Calls 1

getFlagFunction · 0.70

Tested by

no test coverage detected