evc

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (C++) nothrow @safe
union evc {
targ_uns Vuns;
targ_long Vlong;
targ_llong Vllong;
targ_size_t Vsize_t;
}

Members

Structs

__anonymous
struct __anonymous
Undocumented in source.
__anonymous
struct __anonymous
Undocumented in source.
__anonymous
struct __anonymous
Undocumented in source.
__anonymous
struct __anonymous
Undocumented in source.

Variables

Vblock
block* Vblock;

when block " (FLblock)

Vcode
code* Vcode;

when code is target of a jump (FLcode)

Vint
targ_int Vint;

also used for tmp numbers (FLtmp)

Vsrcpos
Srcpos Vsrcpos;

source position for OPlinnum

Vswitch
block* Vswitch;

when FLswitch and we have a switch table

Vtor
elem* Vtor;

OPctor/OPdtor elem

Suggestion Box / Bug Report