MCPcopy 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
282static uint64_t parse_number() {
283 tokenizer.ensure(NUM);
284 return yylval.num;
285}
286
287
288static unordered_map<Type*, unique_ptr<StructType>> overflow_aggregate_types;

Callers 3

parse_extractvalueFunction · 0.85
parse_insertvalueFunction · 0.85
parse_shufflevectorFunction · 0.85

Calls 1

ensureMethod · 0.80

Tested by

no test coverage detected