Home | History | Annotate | Download | only in libc

Lines Matching refs:constructor

97                                                   void* (*constructor)(void*),
100 void*(*constructor)(void*),
117 void* (*constructor)(void*),
121 void* (*constructor)(void*));
123 void* (*constructor)(void*));
126 void* (*constructor)(void*),
129 if (constructor != nullptr) {
132 constructor(reinterpret_cast<void*>(addr));
142 void*(*constructor)(void*),
150 return __aeabi_vec_ctor_nocookie_nodtor(user_array_of(cookie), constructor,
181 void* (*constructor)(void*))
184 constructor, element_size, element_count);
189 void* (*constructor)(void*))
194 return __aeabi_vec_ctor_cookie_nodtor(cookie, constructor, element_size, element_count);
198 void* (*constructor)(void*),
201 return __aeabi_vec_new_cookie_nodtor(element_size, element_count, constructor);