Lines Matching refs:constructor
81 __cxa_cdtor_type constructor, in __cxa_vec_new() argument
85 constructor, destructor, in __cxa_vec_new()
93 __cxa_cdtor_type constructor, in __cxa_vec_new2() argument
115 constructor, destructor); in __cxa_vec_new2()
135 __cxa_cdtor_type constructor, in __cxa_vec_new3() argument
157 constructor, destructor); in __cxa_vec_new3()
176 __cxa_cdtor_type constructor, in __cxa_vec_ctor() argument
184 if (constructor) in __cxa_vec_ctor()
186 constructor(ptr); in __cxa_vec_ctor()
205 __cxa_cdtor_return_type (*constructor) (void *, void *), in __cxa_vec_cctor()
214 if (constructor) in __cxa_vec_cctor()
217 constructor(dest_ptr, src_ptr); in __cxa_vec_cctor()
386 abi::__cxa_cdtor_type constructor, in __aeabi_vec_ctor_nocookie_nodtor() argument
391 constructor, /*destructor=*/NULL); in __aeabi_vec_ctor_nocookie_nodtor()
396 abi::__cxa_cdtor_type constructor, in __aeabi_vec_ctor_cookie_nodtor() argument
408 constructor, /*destructor=*/NULL); in __aeabi_vec_ctor_cookie_nodtor()
416 void *(*constructor) (void *, void *)) in __aeabi_vec_cctor_nocookie_nodtor()
420 constructor, NULL); in __aeabi_vec_cctor_nocookie_nodtor()
435 abi::__cxa_cdtor_type constructor) in __aeabi_vec_new_nocookie() argument
437 return abi::__cxa_vec_new (element_count, element_size, 0, constructor, in __aeabi_vec_new_nocookie()
444 abi::__cxa_cdtor_type constructor) in __aeabi_vec_new_cookie_nodtor() argument
448 constructor, NULL); in __aeabi_vec_new_cookie_nodtor()
454 abi::__cxa_cdtor_type constructor, in __aeabi_vec_new_cookie() argument
459 constructor, destructor); in __aeabi_vec_new_cookie()