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

Method isVar

smt/expr.cpp:383–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383bool expr::isVar() const {
384 C();
385 if (auto app = isApp())
386 return !isConst() && Z3_get_app_num_args(ctx(), app) == 0;
387 return false;
388}
389
390bool expr::isQVar() const {
391 C();

Callers 2

any_fp_zeroFunction · 0.80
cmp_eqMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected