vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
ForStmtNode
vox
fe
ast
stmt
for_stmt
Undocumented in source.
@
AstType
.
stmt_for
struct
ForStmtNode {
mixin
AstNodeData
!(
AstType
.
stmt_for
,
0
,
AstNodeState
.
name_register_self_done
)
;
AstNodes
init_statements
;
AstIndex
condition
;
AstNodes
increment_statements
;
AstNodes
body_statements
;
}
Members
Mixins
__anonymous
mixin
AstNodeData
!(
AstType
.
stmt_for
,
0
,
AstNodeState
.
name_register_self_done
)
Undocumented in source.
Variables
body_statements
AstNodes
body_statements
;
Undocumented in source.
condition
AstIndex
condition
;
Undocumented in source.
increment_statements
AstNodes
increment_statements
;
Undocumented in source.
init_statements
AstNodes
init_statements
;
Undocumented in source.
Meta
Source
See Implementation
vox
fe
ast
stmt
for_stmt
functions
ir_gen_for
name_register_nested_for
name_resolve_for
post_clone_for
print_for
type_check_for
structs
ForStmtNode