gcc_jit_lvalue

A gcc_jit_lvalue is a storage location within your code (e.g. a variable, a parameter, etc). It is also a gcc_jit_rvalue; use gcc_jit_lvalue_as_rvalue to cast.

extern (C)
struct gcc_jit_lvalue

Meta