SageInterface::getArrayElementCount
Calculate the number of elements of an array type: dim1* dim2*... , assume element count is 1 for int a[].
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
size_t
getArrayElementCount(SgArrayType* t);
Created with MrDocs