HomeSort by relevance Sort by last modified time
    Searched refs:has_trivial_destructor (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/clang/test/Lexer/
has_feature_type_traits.cpp 33 #if __has_feature(has_trivial_destructor)
34 int has_trivial_destructor();
36 // CHECK: int has_trivial_destructor();
  /external/stlport/test/unit/
type_traits_test.cpp 123 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
495 int has_trivial_destructor(_Tp) { function
496 typedef typename __type_traits<_Tp>::has_trivial_destructor _TrivialDestructor;
518 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
529 CPPUNIT_CHECK( has_trivial_destructor(int_pointer) == 1 );
530 CPPUNIT_CHECK( has_trivial_destructor(int_const_pointer) == 1 );
531 CPPUNIT_CHECK( has_trivial_destructor(int_volatile_pointer) == 1 );
532 CPPUNIT_CHECK( has_trivial_destructor(int_const_volatile_pointer) == 1 );
533 CPPUNIT_CHECK( has_trivial_destructor(any_pointer) == 1 );
534 CPPUNIT_CHECK( has_trivial_destructor(any) == 0 )
    [all...]
uninitialized_test.cpp 63 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
73 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 123 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
495 int has_trivial_destructor(_Tp) { function
496 typedef typename __type_traits<_Tp>::has_trivial_destructor _TrivialDestructor;
518 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
529 CPPUNIT_CHECK( has_trivial_destructor(int_pointer) == 1 );
530 CPPUNIT_CHECK( has_trivial_destructor(int_const_pointer) == 1 );
531 CPPUNIT_CHECK( has_trivial_destructor(int_volatile_pointer) == 1 );
532 CPPUNIT_CHECK( has_trivial_destructor(int_const_volatile_pointer) == 1 );
533 CPPUNIT_CHECK( has_trivial_destructor(any_pointer) == 1 );
534 CPPUNIT_CHECK( has_trivial_destructor(any) == 0 )
    [all...]
uninitialized_test.cpp 63 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
73 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 123 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
495 int has_trivial_destructor(_Tp) { function
496 typedef typename __type_traits<_Tp>::has_trivial_destructor _TrivialDestructor;
518 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
529 CPPUNIT_CHECK( has_trivial_destructor(int_pointer) == 1 );
530 CPPUNIT_CHECK( has_trivial_destructor(int_const_pointer) == 1 );
531 CPPUNIT_CHECK( has_trivial_destructor(int_volatile_pointer) == 1 );
532 CPPUNIT_CHECK( has_trivial_destructor(int_const_volatile_pointer) == 1 );
533 CPPUNIT_CHECK( has_trivial_destructor(any_pointer) == 1 );
534 CPPUNIT_CHECK( has_trivial_destructor(any) == 0 )
    [all...]
uninitialized_test.cpp 63 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
73 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
  /external/stlport/stlport/stl/
_move_construct_fwk.h 70 typedef __type_traits<_Tp>::has_trivial_destructor _TpMoveComplete;
73 typedef typename __type_traits<_Tp>::has_trivial_destructor complete;
_pair.h 168 typedef typename _Land2<typename _T1Traits::has_trivial_destructor,
169 typename _T2Traits::has_trivial_destructor>::_Ret has_trivial_destructor; typedef in struct:__type_traits
boost_type_traits.h 32 #include <boost/type_traits/has_trivial_destructor.hpp>
79 enum { trivial_destructor = ::boost::has_trivial_destructor<_Tp>::value };
80 typedef typename __bool2type<trivial_destructor>::_Ret has_trivial_destructor; typedef in struct:__type_traits
_construct.h 64 typedef typename __type_traits<_Tp>::has_trivial_destructor _Trivial_destructor;
214 typedef typename __type_traits<_Tp>::has_trivial_destructor _Trivial_destructor;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 70 typedef __type_traits<_Tp>::has_trivial_destructor _TpMoveComplete;
73 typedef typename __type_traits<_Tp>::has_trivial_destructor complete;
_pair.h 168 typedef typename _Land2<typename _T1Traits::has_trivial_destructor,
169 typename _T2Traits::has_trivial_destructor>::_Ret has_trivial_destructor; typedef in struct:__type_traits
boost_type_traits.h 32 #include <boost/type_traits/has_trivial_destructor.hpp>
79 enum { trivial_destructor = ::boost::has_trivial_destructor<_Tp>::value };
80 typedef typename __bool2type<trivial_destructor>::_Ret has_trivial_destructor; typedef in struct:__type_traits
_construct.h 64 typedef typename __type_traits<_Tp>::has_trivial_destructor _Trivial_destructor;
214 typedef typename __type_traits<_Tp>::has_trivial_destructor _Trivial_destructor;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 70 typedef __type_traits<_Tp>::has_trivial_destructor _TpMoveComplete;
73 typedef typename __type_traits<_Tp>::has_trivial_destructor complete;
_pair.h 168 typedef typename _Land2<typename _T1Traits::has_trivial_destructor,
169 typename _T2Traits::has_trivial_destructor>::_Ret has_trivial_destructor; typedef in struct:__type_traits
boost_type_traits.h 32 #include <boost/type_traits/has_trivial_destructor.hpp>
79 enum { trivial_destructor = ::boost::has_trivial_destructor<_Tp>::value };
80 typedef typename __bool2type<trivial_destructor>::_Ret has_trivial_destructor; typedef in struct:__type_traits
_construct.h 64 typedef typename __type_traits<_Tp>::has_trivial_destructor _Trivial_destructor;
214 typedef typename __type_traits<_Tp>::has_trivial_destructor _Trivial_destructor;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 70 typedef __type_traits<_Tp>::has_trivial_destructor _TpMoveComplete;
73 typedef typename __type_traits<_Tp>::has_trivial_destructor complete;
_pair.h 168 typedef typename _Land2<typename _T1Traits::has_trivial_destructor,
169 typename _T2Traits::has_trivial_destructor>::_Ret has_trivial_destructor; typedef in struct:__type_traits
boost_type_traits.h 32 #include <boost/type_traits/has_trivial_destructor.hpp>
79 enum { trivial_destructor = ::boost::has_trivial_destructor<_Tp>::value };
80 typedef typename __bool2type<trivial_destructor>::_Ret has_trivial_destructor; typedef in struct:__type_traits
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 70 typedef __type_traits<_Tp>::has_trivial_destructor _TpMoveComplete;
73 typedef typename __type_traits<_Tp>::has_trivial_destructor complete;
_pair.h 168 typedef typename _Land2<typename _T1Traits::has_trivial_destructor,
169 typename _T2Traits::has_trivial_destructor>::_Ret has_trivial_destructor; typedef in struct:__type_traits
boost_type_traits.h 32 #include <boost/type_traits/has_trivial_destructor.hpp>
79 enum { trivial_destructor = ::boost::has_trivial_destructor<_Tp>::value };
80 typedef typename __bool2type<trivial_destructor>::_Ret has_trivial_destructor; typedef in struct:__type_traits

Completed in 652 milliseconds

1 2 3 4