MCPcopy Create free account
hub / github.com/WheretIB/nullc / auto_array__

Function auto_array__

NULLC/translation/runtime.cpp:1535–1540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

auto_array_implFunction · 0.85

Tested by

no test coverage detected