- ir_gen_while
void ir_gen_while(IrGenState gen, IrIndex currentBlock, IrLabel nextStmt, WhileStmtNode* n)
Undocumented in source. Be warned that the author may not have intended to support it.
- name_register_nested_while
void name_register_nested_while(WhileStmtNode* node, NameRegisterState state)
Undocumented in source. Be warned that the author may not have intended to support it.
- name_resolve_while
void name_resolve_while(WhileStmtNode* node, NameResolveState state)
Undocumented in source. Be warned that the author may not have intended to support it.
- post_clone_while
void post_clone_while(WhileStmtNode* node, CloneState state)
Undocumented in source. Be warned that the author may not have intended to support it.
- print_while
void print_while(WhileStmtNode* node, AstPrintState state)
Undocumented in source. Be warned that the author may not have intended to support it.
- type_check_while
void type_check_while(WhileStmtNode* node, TypeCheckState state)
Undocumented in source. Be warned that the author may not have intended to support it.