MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / ~expr

Method ~expr

smt/expr.cpp:118–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118expr::~expr() noexcept {
119 if (isValid()) {
120 if (isZ3Ast()) {
121 decRef();
122 } else {
123 assert(0 && "TODO");
124 }
125 }
126}
127
128void expr::incRef() {
129 assert(isZ3Ast() && isValid());

Callers 1

operator=Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected