dmd.backend.debugprint

Compiler implementation of the D programming language.

Members

Functions

WRBC
void WRBC(uint bc)
Undocumented in source. Be warned that the author may not have intended to support it.
WRFL
void WRFL(FL fl)
Undocumented in source. Be warned that the author may not have intended to support it.
WROP
void WROP(uint oper)

Write out oper numbers.

WRTYxx
void WRTYxx(tym_t t)

Write TYxxxx

WRarglst
void WRarglst(list_t a)

Write arglst

WRblock
void WRblock(block* b)

Write out block.

WRblocklist
void WRblocklist(list_t bl)
Undocumented in source. Be warned that the author may not have intended to support it.
WRclass
void WRclass(SC c)
Undocumented in source. Be warned that the author may not have intended to support it.
WRdefnod
void WRdefnod()
Undocumented in source. Be warned that the author may not have intended to support it.
WReqn
void WReqn(elem* e)

Write out equation elem.

WRfunc
void WRfunc()
Undocumented in source. Be warned that the author may not have intended to support it.
ferr
void ferr(const(char)* p)
Undocumented in source. Be warned that the author may not have intended to support it.
numberBlocks
void numberBlocks(block* startblock)

Number the blocks starting at 1. So much more convenient than pointer values.

str_class
const(char)* str_class(SC c)

Write out storage class.

Meta