CodeQL library for C/C++
codeql/cpp-all 0.9.3 ( changelog , source )
Search

Member predicate ArrayType :: getSize

Gets the byte size of this array. Only has a result for arrays declared to be of a constant size. This predicate is a synonym for getByteSize. See getArraySize for getting the number of elements.

int getSize ( )