| 248 | shared_ptr<bool_expr> search; |
| 249 | shared_ptr<struct set_list> set_list; |
| 250 | update_stmt(prod *p, struct scope *s, table *victim = 0); |
| 251 | virtual ~update_stmt() { } |
| 252 | virtual void out(std::ostream &out); |
| 253 | virtual void accept(prod_visitor *v) { |
nothing calls this directly
no outgoing calls
no test coverage detected