| 78 | } |
| 79 | |
| 80 | void EncodingContext::resetVariable(frontend::VariableDeclaration const& _variable) |
| 81 | { |
| 82 | newValue(_variable); |
| 83 | setUnknownValue(_variable); |
| 84 | } |
| 85 | |
| 86 | void EncodingContext::resetVariables(std::set<frontend::VariableDeclaration const*> const& _variables) |
| 87 | { |
no outgoing calls
no test coverage detected