/ndk/tests/device/test-gnustl-full/unit/ |
D | type_traits_test.cpp | 123 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 …]
|
D | uninitialized_test.cpp | 63 typedef __true_type has_trivial_destructor; typedef 73 typedef __true_type has_trivial_destructor; typedef
|
D | deque_test.cpp | 252 typedef __true_type has_trivial_destructor; typedef
|
D | vector_test.cpp | 423 typedef __true_type has_trivial_destructor; typedef
|
/ndk/tests/device/test-stlport/unit/ |
D | type_traits_test.cpp | 123 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 …]
|
D | uninitialized_test.cpp | 63 typedef __true_type has_trivial_destructor; typedef 73 typedef __true_type has_trivial_destructor; typedef
|
D | deque_test.cpp | 252 typedef __true_type has_trivial_destructor; typedef
|
D | vector_test.cpp | 423 typedef __true_type has_trivial_destructor; typedef
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _move_construct_fwk.h | 70 typedef __type_traits<_Tp>::has_trivial_destructor _TpMoveComplete; 73 typedef typename __type_traits<_Tp>::has_trivial_destructor complete;
|
D | _pair.h | 168 typedef typename _Land2<typename _T1Traits::has_trivial_destructor, 169 typename _T2Traits::has_trivial_destructor>::_Ret has_trivial_destructor;
|
D | boost_type_traits.h | 79 enum { trivial_destructor = ::boost::has_trivial_destructor<_Tp>::value }; 80 typedef typename __bool2type<trivial_destructor>::_Ret has_trivial_destructor; typedef
|
D | type_traits.h | 149 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.h | 64 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.h | 249 typedef _STLportAlloc has_trivial_destructor; 432 typedef _STLportAlloc has_trivial_destructor;
|
D | _function_base.h | 98 typedef _STLportLess has_trivial_destructor;
|
D | _alloc.h | 412 typedef _STLportAlloc has_trivial_destructor; typedef
|
D | _bvector.h | 97 typedef __true_type has_trivial_destructor; 244 typedef __true_type has_trivial_destructor;
|
D | _hashtable.h | 162 typedef __true_type has_trivial_destructor;
|
D | _tree.h | 211 typedef __true_type has_trivial_destructor;
|
D | _list.h | 155 typedef __true_type has_trivial_destructor;
|
D | _slist.h | 131 typedef __true_type has_trivial_destructor;
|
D | _deque.h | 315 typedef __true_type has_trivial_destructor;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
D | intrinsics.hpp | 60 …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/ |
D | type_traits | 528 struct has_trivial_destructor :
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | type_traits | 2632 #if __has_feature(has_trivial_destructor) || defined(_LIBCPP_HAS_TYPE_TRAITS)
|