Lines Matching refs:constructor

69 		__cxa_cdtor_type constructor,  in __cxa_vec_new()  argument
73 constructor, destructor, in __cxa_vec_new()
81 __cxa_cdtor_type constructor, in __cxa_vec_new2() argument
102 constructor, destructor); in __cxa_vec_new2()
122 __cxa_cdtor_type constructor, in __cxa_vec_new3() argument
143 constructor, destructor); in __cxa_vec_new3()
162 __cxa_cdtor_type constructor, in __cxa_vec_ctor() argument
170 if (constructor) in __cxa_vec_ctor()
172 constructor(ptr); in __cxa_vec_ctor()
191 __cxa_cdtor_return_type (*constructor) (void *, void *), in __cxa_vec_cctor()
200 if (constructor) in __cxa_vec_cctor()
203 constructor(dest_ptr, src_ptr); in __cxa_vec_cctor()
372 abi::__cxa_cdtor_type constructor, in __aeabi_vec_ctor_nocookie_nodtor() argument
377 constructor, /*destructor=*/NULL); in __aeabi_vec_ctor_nocookie_nodtor()
382 abi::__cxa_cdtor_type constructor, in __aeabi_vec_ctor_cookie_nodtor() argument
394 constructor, /*destructor=*/NULL); in __aeabi_vec_ctor_cookie_nodtor()
402 void *(*constructor) (void *, void *)) in __aeabi_vec_cctor_nocookie_nodtor()
406 constructor, NULL); in __aeabi_vec_cctor_nocookie_nodtor()
421 abi::__cxa_cdtor_type constructor) in __aeabi_vec_new_nocookie() argument
423 return abi::__cxa_vec_new (element_count, element_size, 0, constructor, in __aeabi_vec_new_nocookie()
430 abi::__cxa_cdtor_type constructor) in __aeabi_vec_new_cookie_nodtor() argument
434 constructor, NULL); in __aeabi_vec_new_cookie_nodtor()
440 abi::__cxa_cdtor_type constructor, in __aeabi_vec_new_cookie() argument
445 constructor, destructor); in __aeabi_vec_new_cookie()