| 11 | expr_context no_expr_context; |
| 12 | |
| 13 | expr::expr(const unit *cu, |
| 14 | section_offset offset, section_length len) |
| 15 | : cu(cu), offset(offset), len(len) |
| 16 | { |
| 17 | } |
| 18 | |
| 19 | expr_result |
| 20 | expr::evaluate(expr_context *ctx) const |
nothing calls this directly
no outgoing calls
no test coverage detected