ddc ~master (2020-05-01T11:40:35Z)
Dub
Repo
EEcontext
dmd
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
;
byte
EEpending
;
byte
EEimminent
;
byte
EEcompile
;
byte
EEin
;
elem
*
EEelem
;
Symbol
*
EEfunc
;
code
*
EEcode
;
}
Meta
Source
See Implementation
dmd
backend
cc
aliases
BC
ClassDeclaration_
FL
enum_flags_t
mptr_flags_t
pflags_t
sfile_flags_t
struct_flags_t
functions
ehmethod
list_symbol
manifest constants
IDMAX
structs
BlockRange
Cstate
EEcontext
Pstate
Srcpos
Symbol
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.