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

Member predicate SizeofOperator::getTypeOperand

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

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