Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ parse_number
Function
parse_number
tools/alive_parser.cpp:282–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
280
}
281
282
static uint64_t parse_number() {
283
tokenizer.ensure(NUM);
284
return yylval.num;
285
}
286
287
288
static unordered_map<Type*, unique_ptr<StructType>> overflow_aggregate_types;
Callers
3
parse_extractvalue
Function · 0.85
parse_insertvalue
Function · 0.85
parse_shufflevector
Function · 0.85
Calls
1
ensure
Method · 0.80
Tested by
no test coverage detected