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

Member predicate SizeofExprOperator::getTypeOperand

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

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