sdc v0.0.5 (2022-05-23T13:04:49Z)
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