Returns the internal gcc_jit_struct object.
Populate the fields of a formerly-opaque struct type. This can only be called once on a given struct type.
Returns the internal gcc_jit_type object.
Given type T, get type T*.
Given type T, get type const T.
Given type T, get type volatile T.
You can model C struct types by creating JITStruct and JITField instances, in either order: