Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_construct.h56 inline void __destroy_aux(_Tp* __pointer, const __false_type& /*_Trivial_destructor*/) in __destroy_aux() function
60 inline void __destroy_aux(_Tp*, const __true_type& /*_Trivial_destructor*/) {} in __destroy_aux() function
65 __destroy_aux(__pointer, _Trivial_destructor()); in _Destroy()
75 __destroy_aux(__pointer, _Trivial_destructor()); in _Destroy_Moved()
192 __destroy_aux(&(*__first), __false_type()); in __destroy_range_aux()