Lines Matching refs:constructor
172 void (*constructor)(void *), void (*destructor)(void *)) { in __cxa_vec_new()
174 constructor, destructor, &::operator new [], &::operator delete [] ); in __cxa_vec_new()
196 void (*constructor)(void *), void (*destructor)(void *), in __cxa_vec_new2()
213 __cxa_vec_ctor ( vec_base, element_count, element_size, constructor, destructor ); in __cxa_vec_new2()
225 void (*constructor)(void *), void (*destructor)(void *), in __cxa_vec_new3()
242 __cxa_vec_ctor ( vec_base, element_count, element_size, constructor, destructor ); in __cxa_vec_new3()
263 void (*constructor)(void *, void *), in __cxa_vec_cctor()
265 if ( NULL != constructor ) { in __cxa_vec_cctor()
273 constructor ( dest_ptr, src_ptr ); in __cxa_vec_cctor()
288 void (*constructor)(void *), void (*destructor)(void *)) { in __cxa_vec_ctor()
289 if ( NULL != constructor ) { in __cxa_vec_ctor()
296 constructor ( ptr ); in __cxa_vec_ctor()