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

Function isArray

lib/symboldatabase.h:445–447  ·  view source on GitHub ↗

* Is variable an array. * @return true if array, false if not */

Source from the content-addressed store, hash-verified

443 * @return true if array, false if not
444 */
445 bool isArray() const {
446 return getFlag(fIsArray) && !getFlag(fIsPointer);
447 }
448
449 /**
450 * Is pointer variable.

Callers 3

isPointerArrayMethod · 0.85
evaluateMethod · 0.85
setValueTypeMethod · 0.85

Calls 1

getFlagFunction · 0.70

Tested by

no test coverage detected