| 119 | |
| 120 | struct exists_predicate : bool_expr { |
| 121 | shared_ptr<struct query_spec> subquery; |
| 122 | virtual ~exists_predicate() { } |
| 123 | exists_predicate(prod *p); |
| 124 | virtual void out(std::ostream &out); |
nothing calls this directly
no outgoing calls
no test coverage detected