Searched refs:__destroy_aux (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_construct.h56 inline void __destroy_aux(_Tp* __pointer, const __false_type& /*_Trivial_destructor*/) function
60 inline void __destroy_aux(_Tp*, const __true_type& /*_Trivial_destructor*/) {} function
65 __destroy_aux(__pointer, _Trivial_destructor());
75 __destroy_aux(__pointer, _Trivial_destructor());
192 __destroy_aux(&(*__first), __false_type());

Completed in 85 milliseconds