| 310 | } |
| 311 | |
| 312 | pair<expr, expr> |
| 313 | VoidType::refines(State &src_s, State &tgt_s, const StateValue &src, |
| 314 | const StateValue &tgt) const { |
| 315 | return { true, true }; |
| 316 | } |
| 317 | |
| 318 | expr VoidType::mkInput(State &s, const char *name, |
| 319 | const ParamAttrs &attrs) const { |
no test coverage detected