- 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.
Compiler implementation of the D programming language.