dmd.backend.util2

Utility subroutines

Only used for DMD

Compiler implementation of the D programming language.

Members

Functions

err_break
void err_break()

Clean up and exit program.

err_exit
void err_exit()

Clean up and exit program.

ispow2
int ispow2(ulong c)

If c is a power of 2, return that power else -1.

mem_malloc2
void* mem_malloc2(uint size)
util_exit
void util_exit(int exitcode)

Clean up and exit program.

Meta