ddmd-experimental ~master (2016-08-29T08:37:18Z)
Dub
Repo
EEcontext
ddmd
backend
cc
This is to support compiling expressions within the context of a function.
extern (
C
++) @
nogc
nothrow
struct
EEcontext {
uint
EElinnum
;
char
*
EEexpr
;
char
*
EEtypedef
;
char
EEpending
;
char
EEimminent
;
char
EEcompile
;
char
EEin
;
elem
*
EEelem
;
Symbol
*
EEfunc
;
code
*
EEcode
;
}
Meta
Source
See Implementation
ddmd
backend
cc
aliases
BC
ClassDeclaration_
FL
enum_flags_t
mptr_flags_t
pflags_t
struct_flags_t
functions
list_symbol
manifest constants
IDMAX
structs
Cstate
EEcontext
Pstate
Srcpos
TME
TMF
TMNE
TMNF
baseclass_t
dt_t
meminit_t
symtab_t
template_t
This is to support compiling expressions within the context of a function.