Those are types, not sizes. A variable's type is a property of the source code, the size of that type depends on the compiler and target platform.
You could compile it and look at the debug info. Or write a GCC plugin to output the info as the file is compiled.