Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ parse_return
Function
parse_return
tools/alive_parser.cpp:1358–1362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1356
}
1357
1358
static unique_ptr<Instr> parse_return() {
1359
auto &type = parse_type();
1360
auto &val = parse_operand(type);
1361
return make_unique<Return>(type, val);
1362
}
1363
1364
static void parse_fn(Function &f) {
1365
fn = &f;
Callers
1
parse_fn
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected