HomeSort by relevance Sort by last modified time
    Searched refs:__true_type (Results 26 - 50 of 324) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/tests/device/test-gnustl-full/unit/
mvctor_declaration_test.cpp 37 // libstdc++ sometimes exposed its own __true_type in
39 # define __true_type std::__true_type macro
43 static bool type_to_bool(__true_type)
123 typedef __true_type implemented;
128 typedef __true_type implemented;
133 typedef __true_type implemented;
138 typedef __true_type implemented;
143 typedef __true_type implemented;
148 typedef __true_type implemented
    [all...]
uninitialized_test.cpp 61 typedef __true_type has_trivial_copy_constructor;
62 typedef __true_type has_trivial_assignment_operator;
63 typedef __true_type has_trivial_destructor;
70 typedef __true_type has_trivial_default_constructor;
71 typedef __true_type has_trivial_copy_constructor;
72 typedef __true_type has_trivial_assignment_operator;
73 typedef __true_type has_trivial_destructor;
  /ndk/tests/device/test-stlport/unit/
mvctor_declaration_test.cpp 37 // libstdc++ sometimes exposed its own __true_type in
39 # define __true_type std::__true_type macro
43 static bool type_to_bool(__true_type)
123 typedef __true_type implemented;
128 typedef __true_type implemented;
133 typedef __true_type implemented;
138 typedef __true_type implemented;
143 typedef __true_type implemented;
148 typedef __true_type implemented
    [all...]
uninitialized_test.cpp 61 typedef __true_type has_trivial_copy_constructor;
62 typedef __true_type has_trivial_assignment_operator;
63 typedef __true_type has_trivial_destructor;
70 typedef __true_type has_trivial_default_constructor;
71 typedef __true_type has_trivial_copy_constructor;
72 typedef __true_type has_trivial_assignment_operator;
73 typedef __true_type has_trivial_destructor;
  /external/stlport/stlport/stl/
_construct.h 60 inline void __destroy_aux(_Tp*, const __true_type& /*_Trivial_destructor*/) {}
95 inline void _Construct_aux (_T1* __p, const __true_type&) {
123 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __true_type&) {
143 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __true_type&) {
167 inline void _Move_Construct_Aux(_T1* __p, _T2& __val, const __true_type& /*_IsPOD*/) {
202 __destroy_range_aux(_ForwardIterator __first, _ForwardIterator __last, _Tp*, const __true_type& /*_Trivial_destructor*/) {
208 __destroy_range_aux(_ForwardIterator, _ForwardIterator, _Tp*, const __true_type& /*_Trivial_destructor*/) {}
254 inline _Tp __default_constructed_aux(_Tp*, const __true_type&) {
_move_construct_fwk.h 130 typedef __true_type implemented;
150 typedef __true_type implemented;
_ptrs_specialize.h 34 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<__true_type> {};
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_construct.h 60 inline void __destroy_aux(_Tp*, const __true_type& /*_Trivial_destructor*/) {}
95 inline void _Construct_aux (_T1* __p, const __true_type&) {
123 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __true_type&) {
143 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __true_type&) {
167 inline void _Move_Construct_Aux(_T1* __p, _T2& __val, const __true_type& /*_IsPOD*/) {
202 __destroy_range_aux(_ForwardIterator __first, _ForwardIterator __last, _Tp*, const __true_type& /*_Trivial_destructor*/) {
208 __destroy_range_aux(_ForwardIterator, _ForwardIterator, _Tp*, const __true_type& /*_Trivial_destructor*/) {}
254 inline _Tp __default_constructed_aux(_Tp*, const __true_type&) {
_move_construct_fwk.h 130 typedef __true_type implemented;
150 typedef __true_type implemented;
_ptrs_specialize.h 34 # define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<__true_type> {};
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_construct.h 60 inline void __destroy_aux(_Tp*, const __true_type& /*_Trivial_destructor*/) {}
95 inline void _Construct_aux (_T1* __p, const __true_type&) {
123 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __true_type&) {
143 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __true_type&) {
167 inline void _Move_Construct_Aux(_T1* __p, _T2& __val, const __true_type& /*_IsPOD*/) {
202 __destroy_range_aux(_ForwardIterator __first, _ForwardIterator __last, _Tp*, const __true_type& /*_Trivial_destructor*/) {
208 __destroy_range_aux(_ForwardIterator, _ForwardIterator, _Tp*, const __true_type& /*_Trivial_destructor*/) {}
254 inline _Tp __default_constructed_aux(_Tp*, const __true_type&) {
_move_construct_fwk.h 130 typedef __true_type implemented;
150 typedef __true_type implemented;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_construct.h 60 inline void __destroy_aux(_Tp*, const __true_type& /*_Trivial_destructor*/) {}
95 inline void _Construct_aux (_T1* __p, const __true_type&) {
123 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __true_type&) {
143 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __true_type&) {
167 inline void _Move_Construct_Aux(_T1* __p, _T2& __val, const __true_type& /*_IsPOD*/) {
202 __destroy_range_aux(_ForwardIterator __first, _ForwardIterator __last, _Tp*, const __true_type& /*_Trivial_destructor*/) {
208 __destroy_range_aux(_ForwardIterator, _ForwardIterator, _Tp*, const __true_type& /*_Trivial_destructor*/) {}
254 inline _Tp __default_constructed_aux(_Tp*, const __true_type&) {
_move_construct_fwk.h 130 typedef __true_type implemented;
150 typedef __true_type implemented;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_construct.h 60 inline void __destroy_aux(_Tp*, const __true_type& /*_Trivial_destructor*/) {}
95 inline void _Construct_aux (_T1* __p, const __true_type&) {
123 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __true_type&) {
143 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __true_type&) {
167 inline void _Move_Construct_Aux(_T1* __p, _T2& __val, const __true_type& /*_IsPOD*/) {
202 __destroy_range_aux(_ForwardIterator __first, _ForwardIterator __last, _Tp*, const __true_type& /*_Trivial_destructor*/) {
208 __destroy_range_aux(_ForwardIterator, _ForwardIterator, _Tp*, const __true_type& /*_Trivial_destructor*/) {}
254 inline _Tp __default_constructed_aux(_Tp*, const __true_type&) {
_move_construct_fwk.h 130 typedef __true_type implemented;
150 typedef __true_type implemented;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_construct.h 60 inline void __destroy_aux(_Tp*, const __true_type& /*_Trivial_destructor*/) {}
95 inline void _Construct_aux (_T1* __p, const __true_type&) {
123 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __true_type&) {
143 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __true_type&) {
167 inline void _Move_Construct_Aux(_T1* __p, _T2& __val, const __true_type& /*_IsPOD*/) {
202 __destroy_range_aux(_ForwardIterator __first, _ForwardIterator __last, _Tp*, const __true_type& /*_Trivial_destructor*/) {
208 __destroy_range_aux(_ForwardIterator, _ForwardIterator, _Tp*, const __true_type& /*_Trivial_destructor*/) {}
254 inline _Tp __default_constructed_aux(_Tp*, const __true_type&) {
_move_construct_fwk.h 130 typedef __true_type implemented;
150 typedef __true_type implemented;
  /external/stlport/test/unit/
uninitialized_test.cpp 61 typedef __true_type has_trivial_copy_constructor;
62 typedef __true_type has_trivial_assignment_operator;
63 typedef __true_type has_trivial_destructor;
70 typedef __true_type has_trivial_default_constructor;
71 typedef __true_type has_trivial_copy_constructor;
72 typedef __true_type has_trivial_assignment_operator;
73 typedef __true_type has_trivial_destructor;
  /external/stlport/stlport/stl/pointers/
_tools.h 55 char _UseVoidPtrStorageType(const __true_type& /*POD*/, ...);
56 char* _UseVoidPtrStorageType(const __true_type& /*POD*/, _VoidPointerShim);
60 char _UseConstVoidPtrStorageType(const __true_type& /*POD*/, ...);
61 char* _UseConstVoidPtrStorageType(const __true_type& /*POD*/, _ConstVoidPointerShim);
65 char _UseVolatileVoidPtrStorageType(const __true_type& /*POD*/, ...);
66 char* _UseVolatileVoidPtrStorageType(const __true_type& /*POD*/, _VolatileVoidPointerShim);
70 char _UseConstVolatileVoidPtrStorageType(const __true_type& /*POD*/, ...);
71 char* _UseConstVolatileVoidPtrStorageType(const __true_type& /*POD*/, _ConstVolatileVoidPointerShim);
93 enum { use_void_ptr = (sizeof(_STLP_PRIV _UseVoidPtrStorageType(__true_type(),
104 enum { use_void_ptr = (sizeof(_STLP_PRIV _UseConstVoidPtrStorageType(__true_type(),
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 55 char _UseVoidPtrStorageType(const __true_type& /*POD*/, ...);
56 char* _UseVoidPtrStorageType(const __true_type& /*POD*/, _VoidPointerShim);
60 char _UseConstVoidPtrStorageType(const __true_type& /*POD*/, ...);
61 char* _UseConstVoidPtrStorageType(const __true_type& /*POD*/, _ConstVoidPointerShim);
65 char _UseVolatileVoidPtrStorageType(const __true_type& /*POD*/, ...);
66 char* _UseVolatileVoidPtrStorageType(const __true_type& /*POD*/, _VolatileVoidPointerShim);
70 char _UseConstVolatileVoidPtrStorageType(const __true_type& /*POD*/, ...);
71 char* _UseConstVolatileVoidPtrStorageType(const __true_type& /*POD*/, _ConstVolatileVoidPointerShim);
93 enum { use_void_ptr = (sizeof(_STLP_PRIV _UseVoidPtrStorageType(__true_type(),
104 enum { use_void_ptr = (sizeof(_STLP_PRIV _UseConstVoidPtrStorageType(__true_type(),
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 55 char _UseVoidPtrStorageType(const __true_type& /*POD*/, ...);
56 char* _UseVoidPtrStorageType(const __true_type& /*POD*/, _VoidPointerShim);
60 char _UseConstVoidPtrStorageType(const __true_type& /*POD*/, ...);
61 char* _UseConstVoidPtrStorageType(const __true_type& /*POD*/, _ConstVoidPointerShim);
65 char _UseVolatileVoidPtrStorageType(const __true_type& /*POD*/, ...);
66 char* _UseVolatileVoidPtrStorageType(const __true_type& /*POD*/, _VolatileVoidPointerShim);
70 char _UseConstVolatileVoidPtrStorageType(const __true_type& /*POD*/, ...);
71 char* _UseConstVolatileVoidPtrStorageType(const __true_type& /*POD*/, _ConstVolatileVoidPointerShim);
93 enum { use_void_ptr = (sizeof(_UseVoidPtrStorageType(__true_type(),
104 enum { use_void_ptr = (sizeof(_UseConstVoidPtrStorageType(__true_type(),
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 55 char _UseVoidPtrStorageType(const __true_type& /*POD*/, ...);
56 char* _UseVoidPtrStorageType(const __true_type& /*POD*/, _VoidPointerShim);
60 char _UseConstVoidPtrStorageType(const __true_type& /*POD*/, ...);
61 char* _UseConstVoidPtrStorageType(const __true_type& /*POD*/, _ConstVoidPointerShim);
65 char _UseVolatileVoidPtrStorageType(const __true_type& /*POD*/, ...);
66 char* _UseVolatileVoidPtrStorageType(const __true_type& /*POD*/, _VolatileVoidPointerShim);
70 char _UseConstVolatileVoidPtrStorageType(const __true_type& /*POD*/, ...);
71 char* _UseConstVolatileVoidPtrStorageType(const __true_type& /*POD*/, _ConstVolatileVoidPointerShim);
93 enum { use_void_ptr = (sizeof(_UseVoidPtrStorageType(__true_type(),
104 enum { use_void_ptr = (sizeof(_UseConstVoidPtrStorageType(__true_type(),
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 55 char _UseVoidPtrStorageType(const __true_type& /*POD*/, ...);
56 char* _UseVoidPtrStorageType(const __true_type& /*POD*/, _VoidPointerShim);
60 char _UseConstVoidPtrStorageType(const __true_type& /*POD*/, ...);
61 char* _UseConstVoidPtrStorageType(const __true_type& /*POD*/, _ConstVoidPointerShim);
65 char _UseVolatileVoidPtrStorageType(const __true_type& /*POD*/, ...);
66 char* _UseVolatileVoidPtrStorageType(const __true_type& /*POD*/, _VolatileVoidPointerShim);
70 char _UseConstVolatileVoidPtrStorageType(const __true_type& /*POD*/, ...);
71 char* _UseConstVolatileVoidPtrStorageType(const __true_type& /*POD*/, _ConstVolatileVoidPointerShim);
93 enum { use_void_ptr = (sizeof(_STLP_PRIV _UseVoidPtrStorageType(__true_type(),
104 enum { use_void_ptr = (sizeof(_STLP_PRIV _UseConstVoidPtrStorageType(__true_type(),
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 55 char _UseVoidPtrStorageType(const __true_type& /*POD*/, ...);
56 char* _UseVoidPtrStorageType(const __true_type& /*POD*/, _VoidPointerShim);
60 char _UseConstVoidPtrStorageType(const __true_type& /*POD*/, ...);
61 char* _UseConstVoidPtrStorageType(const __true_type& /*POD*/, _ConstVoidPointerShim);
65 char _UseVolatileVoidPtrStorageType(const __true_type& /*POD*/, ...);
66 char* _UseVolatileVoidPtrStorageType(const __true_type& /*POD*/, _VolatileVoidPointerShim);
70 char _UseConstVolatileVoidPtrStorageType(const __true_type& /*POD*/, ...);
71 char* _UseConstVolatileVoidPtrStorageType(const __true_type& /*POD*/, _ConstVolatileVoidPointerShim);
93 enum { use_void_ptr = (sizeof(_STLP_PRIV _UseVoidPtrStorageType(__true_type(),
104 enum { use_void_ptr = (sizeof(_STLP_PRIV _UseConstVoidPtrStorageType(__true_type(),
    [all...]

Completed in 1278 milliseconds

12 3 4 5 6 7 8 91011>>