MIR_val_t

Interpreter value union.

union MIR_val_t {
void* a;
long i;
ulong u;
float f;
double d;
real ld;
}

Members

Variables

ic
MIR_insn_code_t ic;

Interpreter value union.