ddc ~loc-offset (2022-03-28T17:00:24.1812298)
Dub
Repo
Elemdata
dmd
backend
gother
version(COMPILE)
nothrow extern (
C
++)
struct
Elemdata {
nothrow
Elemdata
*
next
;
nothrow
elem
*
pelem
;
nothrow
block
*
pblock
;
nothrow
list_t
rdlist
;
static
Elemdata
*
ctor
(elem* e, block* b, list_t rd);
Elemdata
*
find
(elem* e);
}
Members
Functions
find
Elemdata
*
find
(elem* e)
Find
e
in Elemdata list.
Static functions
ctor
Elemdata
*
ctor
(elem* e, block* b, list_t rd)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
next
Elemdata
*
next
;
Undocumented in source.
pblock
block
*
pblock
;
Undocumented in source.
pelem
elem
*
pelem
;
Undocumented in source.
rdlist
list_t
rdlist
;
Undocumented in source.
Meta
Source
See Implementation
dmd
backend
gother
functions
constprop
copyprop
deadvar
elimass
findloopparameters
listrds
rmdeadass
symbol_isintab
verybusyexp
structs
Elemdata