| 272 | struct scope myscope; |
| 273 | when_clause_update(struct merge_stmt *p); |
| 274 | virtual ~when_clause_update() { } |
| 275 | virtual void out(std::ostream &out); |
| 276 | virtual void accept(prod_visitor *v); |
| 277 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected