Types can be created in several ways:
Given type T, get type const T.
Returns the internal gcc_jit_type object.
Given type T, get type T*.
Given type T, get type volatile T.
Return the context this JITObject is within.
Get a human-readable description of this object.
See Implementation
Types can be created in several ways: