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*), in __aeabi_vec_ctor_nocookie_nodtor()
129 if (constructor != nullptr) { in __aeabi_vec_ctor_nocookie_nodtor()
132 constructor(reinterpret_cast<void*>(addr)); in __aeabi_vec_ctor_nocookie_nodtor()
142 void*(*constructor)(void*), in __aeabi_vec_ctor_cookie_nodtor()
150 return __aeabi_vec_ctor_nocookie_nodtor(user_array_of(cookie), constructor, in __aeabi_vec_ctor_cookie_nodtor()
181 void* (*constructor)(void*)) in __aeabi_vec_new_nocookie()
184 constructor, element_size, element_count); in __aeabi_vec_new_nocookie()
189 void* (*constructor)(void*)) in __aeabi_vec_new_cookie_nodtor()
194 return __aeabi_vec_ctor_cookie_nodtor(cookie, constructor, element_size, element_count); in __aeabi_vec_new_cookie_nodtor()
198 void* (*constructor)(void*), in __aeabi_vec_new_cookie()
201 return __aeabi_vec_new_cookie_nodtor(element_size, element_count, constructor); in __aeabi_vec_new_cookie()