MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / parse_comma

Function parse_comma

tools/alive_parser.cpp:278–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278static void parse_comma() {
279 tokenizer.ensure(COMMA);
280}
281
282static uint64_t parse_number() {
283 tokenizer.ensure(NUM);

Callers 11

parse_binopFunction · 0.85
parse_fp_binopFunction · 0.85
parse_ternaryFunction · 0.85
parse_fp_ternaryFunction · 0.85
parse_selectFunction · 0.85
parse_insertvalueFunction · 0.85
parse_icmpFunction · 0.85
parse_fcmpFunction · 0.85
parse_extractelementFunction · 0.85
parse_insertelementFunction · 0.85
parse_shufflevectorFunction · 0.85

Calls 1

ensureMethod · 0.80

Tested by

no test coverage detected