vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
SwitchCase
vox
fe
ast
stmt
switch_stmt
Undocumented in source.
struct
SwitchCase {
AstIndex
expr
;
AstIndex
stmt
;
}
Members
Variables
expr
AstIndex
expr
;
Undocumented in source.
stmt
AstIndex
stmt
;
Undocumented in source.
Meta
Source
See Implementation
vox
fe
ast
stmt
switch_stmt
functions
ir_gen_switch
isSwitchableType
name_register_nested_switch
name_resolve_switch
post_clone_switch
print_switch
type_check_switch
structs
SwitchCase
SwitchStmtNode