| 206 | struct insert_stmt : modifying_stmt { |
| 207 | vector<shared_ptr<value_expr> > value_exprs; |
| 208 | insert_stmt(prod *p, struct scope *s, table *victim = 0); |
| 209 | virtual ~insert_stmt() { } |
| 210 | virtual void out(std::ostream &out); |
| 211 | virtual void accept(prod_visitor *v) { |
nothing calls this directly
no outgoing calls
no test coverage detected