| 352 | } |
| 353 | |
| 354 | std::unique_ptr<CPointerObj> cpointerobj_new(PointerType const& PTy) |
| 355 | { |
| 356 | return cpointerobj_new_val(PTy, 0); |
| 357 | } |
| 358 | |
| 359 | |
| 360 | std::unique_ptr<CArrayObj> carraytype_new(ArrayType const& ATy) |
nothing calls this directly
no test coverage detected