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

Member predicate Type :: getUnspecifiedType

Gets this type after specifiers have been deeply stripped and typedefs have been resolved.

For example, starting with const i64* const in the context of typedef long long i64;, this predicate will return long long*.

Type getUnspecifiedType ( )