| 2110 | } |
| 2111 | |
| 2112 | void SMTEncoder::assignment(Expression const& _left, smtutil::Expression const& _right) |
| 2113 | { |
| 2114 | assignment(_left, _right, _left.annotation().type); |
| 2115 | } |
| 2116 | |
| 2117 | void SMTEncoder::assignment( |
| 2118 | Expression const& _left, |
nothing calls this directly
no test coverage detected