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

Function parse_exact

tools/alive_parser.cpp:638–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638static unsigned parse_exact() {
639 if (tokenizer.consumeIf(EXACT))
640 return BinOp::Exact;
641 return BinOp::None;
642}
643
644static FastMathFlags parse_fast_math(token op_token) {
645 FastMathFlags fmath;

Callers 1

parse_binop_flagsFunction · 0.85

Calls 1

consumeIfMethod · 0.80

Tested by

no test coverage detected