| 333 | return ret; |
| 334 | } |
| 335 | void* __nullcGetAutoRef(const NULLCRef &ref, unsigned int typeID) |
| 336 | { |
| 337 | __assert(ref.typeID == typeID); |
| 338 | return (void*)ref.ptr; |
| 339 | } |
| 340 | NULLCAutoArray __makeAutoArray(unsigned type, NULLCArray<void> arr) |
| 341 | { |
| 342 | NULLCAutoArray ret; |
no outgoing calls
no test coverage detected