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

Function vector__

NULLC/translation/std_vector.cpp:157–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155int __vector_reserved_102(void* unused);
156int __vector_reserved_103(void* unused);
157vector vector__(unsigned int type_0, int reserved_4, void* unused)
158{
159 vector ret_12;
160 cConstructVector(&ret_12, *(&type_0), *(&reserved_4), (void*)0);
161 return *(&ret_12);
162}
163void vector__vector_void_ref_typeid_int_(unsigned int type_0, int reserved_4, vector * __context)
164{
165 cConstructVector(*(&__context), *(&type_0), *(&reserved_4), (void*)0);

Callers

nothing calls this directly

Calls 1

cConstructVectorFunction · 0.85

Tested by

no test coverage detected