ddmd.target

Compiler implementation of the D programming language.

Members

Static functions

decodeInteger
Expression decodeInteger(Loc loc, Type type, ubyte* buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeReal
Expression decodeReal(Loc loc, Type type, ubyte* buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeInteger
void encodeInteger(Expression e, ubyte* buffer)

Private helpers for Target::paintAsType.

encodeReal
void encodeReal(Expression e, ubyte* buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Target
struct Target

Meta

Source

See Source File
$(DMDSRC _target.d)