| 1533 | arr->ptr = (char*)__newS(typeid__size__int_ref__(&type) * (count), type); |
| 1534 | } |
| 1535 | NULLCAutoArray auto_array__(unsigned type, int count, void* unused) |
| 1536 | { |
| 1537 | NULLCAutoArray res; |
| 1538 | auto_array_impl(&res, type, count, NULL); |
| 1539 | return res; |
| 1540 | } |
| 1541 | void auto____set_void_ref_auto_ref_int_(NULLCRef x, int pos, void* unused) |
| 1542 | { |
| 1543 | NULLCAutoArray *arr = (NULLCAutoArray*)unused; |
nothing calls this directly
no test coverage detected