sdc ~master (2022-04-26T13:08:25Z)
Dub
Repo
CatchTable
d
ir
instruction
Undocumented in source.
struct
CatchTable {
size_t
catchCount
;
BasicBlockRef
catchAll
;
inout
(
CatchPad
)[]
catches
[@property getter];
}
Members
Properties
catches
inout
(
CatchPad
)[]
catches
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
catchAll
BasicBlockRef
catchAll
;
Undocumented in source.
catchCount
size_t
catchCount
;
Undocumented in source.
Meta
Source
See Implementation
d
ir
instruction
enums
OpCode
Terminator
functions
range
structs
BasicBlock
BasicBlockRef
Body
CaseEntry
CatchPad
CatchTable
Instruction
SwitchTable