vox.fe.ast.stmt.return_stmt

Members

Functions

ir_gen_return
void ir_gen_return(IrGenState gen, IrIndex currentBlock, IrLabel nextStmt, ReturnStmtNode* node)
Undocumented in source. Be warned that the author may not have intended to support it.
name_resolve_return
void name_resolve_return(ReturnStmtNode* node, NameResolveState state)
Undocumented in source. Be warned that the author may not have intended to support it.
post_clone_return
void post_clone_return(ReturnStmtNode* node, CloneState state)
Undocumented in source. Be warned that the author may not have intended to support it.
print_return
void print_return(ReturnStmtNode* node, AstPrintState state)
Undocumented in source. Be warned that the author may not have intended to support it.
type_check_return
void type_check_return(ReturnStmtNode* node, TypeCheckState state)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ReturnStmtNode
struct ReturnStmtNode
Undocumented in source.

Meta

Authors

Andrey Penechko.