vox.fe.ast.stmt.do_stmt

Members

Functions

ir_gen_do
void ir_gen_do(IrGenState gen, IrIndex currentBlock, IrLabel nextStmt, DoWhileStmtNode* d)
Undocumented in source. Be warned that the author may not have intended to support it.
name_register_nested_do
void name_register_nested_do(DoWhileStmtNode* node, NameRegisterState state)
Undocumented in source. Be warned that the author may not have intended to support it.
name_resolve_do
void name_resolve_do(DoWhileStmtNode* node, NameResolveState state)
Undocumented in source. Be warned that the author may not have intended to support it.
post_clone_do
void post_clone_do(DoWhileStmtNode* node, CloneState state)
Undocumented in source. Be warned that the author may not have intended to support it.
print_do
void print_do(DoWhileStmtNode* node, AstPrintState state)
Undocumented in source. Be warned that the author may not have intended to support it.
type_check_do
void type_check_do(DoWhileStmtNode* node, TypeCheckState state)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

DoWhileStmtNode
struct DoWhileStmtNode
Undocumented in source.

Meta

Authors

Andrey Penechko.