Searched defs:has_trivial_copy_constructor (Results 1 - 17 of 17) sorted by relevance

/external/stlport/test/unit/
H A Duninitialized_test.cpp61 typedef __true_type has_trivial_copy_constructor; typedef in struct:std::__type_traits
71 typedef __true_type has_trivial_copy_constructor; typedef in struct:std::__type_traits
H A Ddeque_test.cpp250 typedef __true_type has_trivial_copy_constructor; typedef in struct:std::__type_traits
H A Dvector_test.cpp421 typedef __true_type has_trivial_copy_constructor; typedef in struct:std::__type_traits
H A Dtype_traits_test.cpp121 typedef __true_type has_trivial_copy_constructor; typedef in struct:std::__type_traits
516 typedef __true_type has_trivial_copy_constructor; typedef in struct:std::__type_traits
/external/stlport/stlport/stl/
H A D_pair.h164 typedef typename _Land2<typename _T1Traits::has_trivial_copy_constructor,
165 typename _T2Traits::has_trivial_copy_constructor>::_Ret has_trivial_copy_constructor; typedef in struct:__type_traits
H A D_function_base.h96 typedef _STLportLess has_trivial_copy_constructor; typedef in struct:__type_traits
H A D_pthread_alloc.h247 typedef _STLportAlloc has_trivial_copy_constructor; typedef in struct:__pthread_alloc_type_traits
430 typedef _STLportAlloc has_trivial_copy_constructor; typedef in struct:__perthread_alloc_type_traits
H A Dboost_type_traits.h74 typedef typename __bool2type<trivial_copy>::_Ret has_trivial_copy_constructor; typedef in struct:__type_traits
113 typedef typename __type_traits<uncv1>::has_trivial_copy_constructor _STLPTrivialCopy;
H A Dtype_traits.h54 typename __type_traits<T>::has_trivial_copy_constructor());
147 typedef __false_type has_trivial_copy_constructor; typedef in struct:__type_traits_aux
156 typedef __false_type has_trivial_copy_constructor; typedef in struct:__type_traits_aux
165 typedef __true_type has_trivial_copy_constructor; typedef in struct:__type_traits_aux
244 typedef __false_type has_trivial_copy_constructor; typedef in struct:__type_traits
250 typedef typename __bool2type<_STLP_HAS_TRIVIAL_COPY(_Tp)>::_Ret has_trivial_copy_constructor; typedef in struct:__type_traits
404 typedef typename __type_traits<_Src>::has_trivial_copy_constructor _Tr1;
407 typedef typename __type_traits<_UnConstSrc>::has_trivial_copy_constructor _Tr1;
429 typedef typename __type_traits<_Tp1>::has_trivial_copy_constructor _Tr1;
H A D_alloc.h410 typedef _STLportAlloc has_trivial_copy_constructor; typedef in struct:__alloc_type_traits
H A D_hashtable.h160 typedef __true_type has_trivial_copy_constructor; typedef in struct:__type_traits
H A D_bvector.h95 typedef __true_type has_trivial_copy_constructor; typedef in struct:__type_traits
242 typedef __true_type has_trivial_copy_constructor; typedef in struct:__type_traits
H A D_deque.h313 typedef __true_type has_trivial_copy_constructor; typedef in struct:__type_traits
H A D_list.h153 typedef __true_type has_trivial_copy_constructor; typedef in struct:__type_traits
H A D_slist.h129 typedef __true_type has_trivial_copy_constructor; typedef in struct:__type_traits
H A D_tree.h209 typedef __true_type has_trivial_copy_constructor; typedef in struct:__type_traits
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp1313 void has_trivial_copy_constructor() { function

Completed in 225 milliseconds