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

Member predicate Indirection::getNumberOfIndirections

Gets the number of indirections supported by this type.

For example, the number of indirections of a variable p of type int** is 3 (i.e., p, *p and **p).

int getNumberOfIndirections()