| 431 | } |
| 432 | |
| 433 | update_stmt::update_stmt(prod *p, struct scope *s, table *v) |
| 434 | : modifying_stmt(p, s, v) { |
| 435 | scope->refs.push_back(victim); |
| 436 | search = bool_expr::factory(this); |
| 437 | set_list = make_shared<struct set_list>(this, victim); |
| 438 | } |
| 439 | |
| 440 | void update_stmt::out(std::ostream &out) |
| 441 | { |
nothing calls this directly
no outgoing calls
no test coverage detected