| 102 | |
| 103 | struct null_predicate : bool_expr { |
| 104 | virtual ~null_predicate() { } |
| 105 | const char *negate; |
| 106 | shared_ptr<value_expr> expr; |
| 107 | null_predicate(prod *p) : bool_expr(p) { |
nothing calls this directly
no outgoing calls
no test coverage detected