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

Member predicate SizeofTypeOperator::getTypeOperand

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

sizeof(int);
sizeof(42);
Type getTypeOperand()