| 5464 | } |
| 5465 | |
| 5466 | unsigned line(unsigned l) const { return opt.no_line_numbers ? 0 : l; } |
| 5467 | |
| 5468 | void test_case_start_impl(const TestCaseData& in) { |
| 5469 | bool open_ts_tag = false; |
nothing calls this directly
no outgoing calls
no test coverage detected