Home
last modified time | relevance | path

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

/ndk/tests/device/test-gnustl-full/unit/
Dtype_traits_test.cpp123 typedef __true_type has_trivial_destructor; typedef
495 int has_trivial_destructor(_Tp) { in has_trivial_destructor() function
496 typedef typename __type_traits<_Tp>::has_trivial_destructor _TrivialDestructor; in has_trivial_destructor()
518 typedef __true_type has_trivial_destructor; typedef
529 CPPUNIT_CHECK( has_trivial_destructor(int_pointer) == 1 ); in trivial_destructor()
530 CPPUNIT_CHECK( has_trivial_destructor(int_const_pointer) == 1 ); in trivial_destructor()
531 CPPUNIT_CHECK( has_trivial_destructor(int_volatile_pointer) == 1 ); in trivial_destructor()
532 CPPUNIT_CHECK( has_trivial_destructor(int_const_volatile_pointer) == 1 ); in trivial_destructor()
533 CPPUNIT_CHECK( has_trivial_destructor(any_pointer) == 1 ); in trivial_destructor()
534 CPPUNIT_CHECK( has_trivial_destructor(any) == 0 ); in trivial_destructor()
[all …]
Duninitialized_test.cpp63 typedef __true_type has_trivial_destructor; typedef
73 typedef __true_type has_trivial_destructor; typedef
Ddeque_test.cpp252 typedef __true_type has_trivial_destructor; typedef
Dvector_test.cpp423 typedef __true_type has_trivial_destructor; typedef
/ndk/tests/device/test-stlport/unit/
Dtype_traits_test.cpp123 typedef __true_type has_trivial_destructor; typedef
495 int has_trivial_destructor(_Tp) { in has_trivial_destructor() function
496 typedef typename __type_traits<_Tp>::has_trivial_destructor _TrivialDestructor; in has_trivial_destructor()
518 typedef __true_type has_trivial_destructor; typedef
529 CPPUNIT_CHECK( has_trivial_destructor(int_pointer) == 1 ); in trivial_destructor()
530 CPPUNIT_CHECK( has_trivial_destructor(int_const_pointer) == 1 ); in trivial_destructor()
531 CPPUNIT_CHECK( has_trivial_destructor(int_volatile_pointer) == 1 ); in trivial_destructor()
532 CPPUNIT_CHECK( has_trivial_destructor(int_const_volatile_pointer) == 1 ); in trivial_destructor()
533 CPPUNIT_CHECK( has_trivial_destructor(any_pointer) == 1 ); in trivial_destructor()
534 CPPUNIT_CHECK( has_trivial_destructor(any) == 0 ); in trivial_destructor()
[all …]
Duninitialized_test.cpp63 typedef __true_type has_trivial_destructor; typedef
73 typedef __true_type has_trivial_destructor; typedef
Ddeque_test.cpp252 typedef __true_type has_trivial_destructor; typedef
Dvector_test.cpp423 typedef __true_type has_trivial_destructor; typedef
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_move_construct_fwk.h70 typedef __type_traits<_Tp>::has_trivial_destructor _TpMoveComplete;
73 typedef typename __type_traits<_Tp>::has_trivial_destructor complete;
D_pair.h168 typedef typename _Land2<typename _T1Traits::has_trivial_destructor,
169 typename _T2Traits::has_trivial_destructor>::_Ret has_trivial_destructor;
Dboost_type_traits.h79 enum { trivial_destructor = ::boost::has_trivial_destructor<_Tp>::value };
80 typedef typename __bool2type<trivial_destructor>::_Ret has_trivial_destructor; typedef
Dtype_traits.h149 typedef __false_type has_trivial_destructor;
158 typedef __false_type has_trivial_destructor;
167 typedef __true_type has_trivial_destructor;
246 typedef __false_type has_trivial_destructor;
252 typedef typename __bool2type<_STLP_HAS_TRIVIAL_DESTRUCTOR(_Tp)>::_Ret has_trivial_destructor;
D_construct.h64 typedef typename __type_traits<_Tp>::has_trivial_destructor _Trivial_destructor; in _Destroy()
214 typedef typename __type_traits<_Tp>::has_trivial_destructor _Trivial_destructor; in __destroy_range()
D_pthread_alloc.h249 typedef _STLportAlloc has_trivial_destructor;
432 typedef _STLportAlloc has_trivial_destructor;
D_function_base.h98 typedef _STLportLess has_trivial_destructor;
D_alloc.h412 typedef _STLportAlloc has_trivial_destructor; typedef
D_bvector.h97 typedef __true_type has_trivial_destructor;
244 typedef __true_type has_trivial_destructor;
D_hashtable.h162 typedef __true_type has_trivial_destructor;
D_tree.h211 typedef __true_type has_trivial_destructor;
D_list.h155 typedef __true_type has_trivial_destructor;
D_slist.h131 typedef __true_type has_trivial_destructor;
D_deque.h315 typedef __true_type has_trivial_destructor;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dintrinsics.hpp60 …IAL_DESTRUCTOR(T) ::boost::is_same< typename ::__type_traits<T>::has_trivial_destructor, ::__true_…
150 # if __has_feature(has_trivial_destructor)
/ndk/sources/cxx-stl/stlport/stlport/
Dtype_traits528 struct has_trivial_destructor :
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dtype_traits2632 #if __has_feature(has_trivial_destructor) || defined(_LIBCPP_HAS_TYPE_TRAITS)