ddc v0.0.4+2.094.1 (2020-11-01T06:34:21Z)
Dub
Repo
Elemdata
dmd
backend
gother
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
version(COMPILE)
nothrow extern (
C
++)
struct
Elemdata {
nothrow
elem
*
pelem
;
nothrow
block
*
pblock
;
nothrow
Barray
!(
elem
*)
rdlist
;
void
reset
();
void
emplace
(elem* e, block* b);
}
Members
Functions
emplace
void
emplace
(elem* e, block* b)
Initialize instance at ed.
reset
void
reset
()
Reset memory so this allocation can be re-used.
Variables
pblock
block
*
pblock
;
Undocumented in source.
pelem
elem
*
pelem
;
Undocumented in source.
rdlist
Barray
!(
elem
*)
rdlist
;
Undocumented in source.
Meta
Source
See Implementation
dmd
backend
gother
aliases
Elemdatas
functions
constprop
copyprop
deadvar
elimass
find
findloopparameters
listrds
rmdeadass
symbol_isintab
verybusyexp
structs
Elemdata