vox.fe.ast.stmt.if_stmt

Members

Functions

ir_gen_if
void ir_gen_if(IrGenState gen, IrIndex currentBlock, IrLabel nextStmt, IfStmtNode* i)
Undocumented in source. Be warned that the author may not have intended to support it.
name_register_nested_if
void name_register_nested_if(IfStmtNode* node, NameRegisterState state)
Undocumented in source. Be warned that the author may not have intended to support it.
name_resolve_if
void name_resolve_if(IfStmtNode* node, NameResolveState state)
Undocumented in source. Be warned that the author may not have intended to support it.
post_clone_if
void post_clone_if(IfStmtNode* node, CloneState state)
Undocumented in source. Be warned that the author may not have intended to support it.
print_if
void print_if(IfStmtNode* node, AstPrintState state)
Undocumented in source. Be warned that the author may not have intended to support it.
type_check_if
void type_check_if(IfStmtNode* node, TypeCheckState state)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

IfStmtNode
struct IfStmtNode
Undocumented in source.

Meta

Authors

Andrey Penechko.