| 104 | } |
| 105 | |
| 106 | smtutil::Expression EncodingContext::newValue(frontend::VariableDeclaration const& _decl) |
| 107 | { |
| 108 | solAssert(knownVariable(_decl), ""); |
| 109 | return m_variables.at(&_decl)->increaseIndex(); |
| 110 | } |
| 111 | |
| 112 | void EncodingContext::setZeroValue(frontend::VariableDeclaration const& _decl) |
| 113 | { |
no test coverage detected