dmd.backend.dcode

Compiler implementation of the D programming language.

Members

Functions

code_calloc
code* code_calloc()

Allocate code

code_chunk_alloc
code* code_chunk_alloc()

Allocate a chunk of code's and add them to code_list.

code_free
void code_free(code* cstart)

Free code

code_term
void code_term()

Terminate code

Meta

Suggestion Box / Bug Report