- ir_gen_for
void ir_gen_for(IrGenState gen, IrIndex currentBlock, IrLabel nextStmt, ForStmtNode* n)
Undocumented in source. Be warned that the author may not have intended to support it.
- name_register_nested_for
void name_register_nested_for(ForStmtNode* node, NameRegisterState state)
Undocumented in source. Be warned that the author may not have intended to support it.
- name_resolve_for
void name_resolve_for(ForStmtNode* node, NameResolveState state)
Undocumented in source. Be warned that the author may not have intended to support it.
- post_clone_for
void post_clone_for(ForStmtNode* node, CloneState state)
Undocumented in source. Be warned that the author may not have intended to support it.
- print_for
void print_for(ForStmtNode* node, AstPrintState state)
Undocumented in source. Be warned that the author may not have intended to support it.
- type_check_for
void type_check_for(ForStmtNode* node, TypeCheckState state)
Undocumented in source. Be warned that the author may not have intended to support it.