Next: Pointers, const, and volatile, Up: Types [Contents][Index]
Access a specific type. This is a thin wrapper around gcc_jit_context_get_type(); the parameter has the same meaning.
Access the integer type of the given size.
Access the given integer type. For example, you could map the unsigned short type into a gccjit::type via:
unsigned short
gccjit::type t = ctxt.get_int_type <unsigned short> ();