View source code
Display the source code in dmd/backend/dt.d from which this page was generated on github.
Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using local clone.

Module dmd.backend.dt

Intermediate representation for static data

Compiler implementation of the D programming language.

Documentation

https://dlang.org/phobos/dmd_backend_dt.html

Coverage

https://codecov.io/gh/dlang/dmd/src/master/src/dmd/backend/dt.d

Functions

NameDescription
dt2common(pdt) Turn DT_azeros into DTcommon
dt_free(dt) Free a data definition struct.
dt_get_nzeros(n) Temporary hack to initialize a dt_t* for C.
dt_size(dtstart) Compute size of a dt
dt_term() Free free list.
dtallzeros(dt) Return true if dt is all zeros.
dtpatchoffset(dt, offset)
dtpointers(dtstart) Return true if dt contains pointers (requires relocations).
init_common(s) Make a common block for s.

Structs

NameDescription
DtBuilder

Authors

Walter Bright

License

Boost License 1.0