dmd.backend.var

Compiler implementation of the D programming language.

Members

Static variables

_tyalignsize
byte[256] _tyalignsize;

Size of a type to use for alignment

_tyrelax
ubyte[TYMAX] _tyrelax;

Map to relaxed version of type

_tysize
byte[256] _tysize;

Size of a type

dttab
ubyte[TYMAX] dttab;

Map to Codeview 1 type in debugger record

dttab4
ushort[TYMAX] dttab4;

Map to Codeview 4 type in debugger record

tyequiv
ubyte[TYMAX] tyequiv;

Map to equivalent version of type

tytouns
tym_t[256] tytouns;

Map to unsigned version of type

Meta

Suggestion Box / Bug Report