| 73 | |
| 74 | struct expr_join_cond : join_cond { |
| 75 | struct scope joinscope; |
| 76 | shared_ptr<bool_expr> search; |
| 77 | expr_join_cond(prod *p, table_ref &lhs, table_ref &rhs); |
| 78 | virtual void out(std::ostream &out); |
nothing calls this directly
no outgoing calls
no test coverage detected