JITParam

Class wrapper for gcc_jit_param

Constructors

this
this()
this
this(gcc_jit_param* param)

Members

Functions

getParam
gcc_jit_param* getParam()

Returns the internal gcc_jit_param object.

Inherited Members

From JITLValue

getLValue
gcc_jit_lvalue* getLValue()

Returns the internal gcc_jit_lvalue object.

accessField
JITLValue accessField(JITLocation loc, JITField field)
JITLValue accessField(JITField field)

Accessing a field of an lvalue of struct type. This is equivalent to "(value).field = ...".

getAddress
JITRValue getAddress(JITLocation loc)

Taking the address of an lvalue. This is equivalent to "&(value)".

Meta