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

Member predicate DatasizeofTypeOperator::getTypeOperand

Gets the contained type of this __datasizeof. For example, the result is int in both cases below:

__datasizeof(int);
__datasizeof(42);
Type getTypeOperand()