Home
last modified time | relevance | path

Searched refs:has_trivial_default_constructor (Results 1 – 21 of 21) sorted by relevance

/external/stlport/stlport/stl/
D_pair.h162 typedef typename _Land2<typename _T1Traits::has_trivial_default_constructor,
163 … typename _T2Traits::has_trivial_default_constructor>::_Ret has_trivial_default_constructor;
Dtype_traits.h146 typedef __false_type has_trivial_default_constructor;
155 typedef __false_type has_trivial_default_constructor;
164 typedef __true_type has_trivial_default_constructor;
243 typedef __false_type has_trivial_default_constructor;
249 …def typename __bool2type<_STLP_HAS_TRIVIAL_CONSTRUCTOR(_Tp)>::_Ret has_trivial_default_constructor;
426 typedef typename __type_traits<_Tp>::has_trivial_default_constructor _Tr1;
Dboost_type_traits.h71 typedef typename __bool2type<trivial_constructor>::_Ret has_trivial_default_constructor; typedef
138 typedef typename __type_traits<uncv>::has_trivial_default_constructor _STLPTrivialInit;
D_tempbuf.h116 typedef typename __type_traits<_Tp>::has_trivial_default_constructor _Trivial; in _Temporary_buffer()
D_pthread_alloc.h246 typedef _STLportAlloc has_trivial_default_constructor;
429 typedef __false_type has_trivial_default_constructor;
D_function_base.h95 typedef _STLportLess has_trivial_default_constructor;
D_valarray.h130 typedef typename __type_traits<_Tp>::has_trivial_default_constructor _Is_Trivial; in valarray()
1222 typedef typename __type_traits<_Tp>::has_trivial_default_constructor in valarray()
1421 typedef typename __type_traits<_Tp>::has_trivial_default_constructor
1545 typedef typename __type_traits<_Tp>::has_trivial_default_constructor
1661 typedef typename __type_traits<_Tp>::has_trivial_default_constructor
D_alloc.h409 typedef _STLportAlloc has_trivial_default_constructor; typedef
D_bvector.h94 typedef __false_type has_trivial_default_constructor;
241 typedef __false_type has_trivial_default_constructor;
D_hashtable.h159 typedef __false_type has_trivial_default_constructor;
D_tree.h208 typedef __false_type has_trivial_default_constructor;
D_list.h152 typedef __false_type has_trivial_default_constructor;
D_vector.h762 { typedef typename __type_traits<_Alloc>::has_trivial_default_constructor _Ret; };
D_slist.h128 typedef __false_type has_trivial_default_constructor;
D_deque.h312 typedef __false_type has_trivial_default_constructor;
/external/stlport/test/unit/
Duninitialized_test.cpp59 typedef __false_type has_trivial_default_constructor; typedef
70 typedef __true_type has_trivial_default_constructor; typedef
Dtype_traits_test.cpp120 typedef __true_type has_trivial_default_constructor; typedef
515 typedef __true_type has_trivial_default_constructor; typedef
Ddeque_test.cpp249 typedef __false_type has_trivial_default_constructor; typedef
Dvector_test.cpp420 typedef __false_type has_trivial_default_constructor; typedef
/external/pcre/dist/
Dpcre_stringpiece.h.in168 typedef __true_type has_trivial_default_constructor;
/external/clang/test/SemaCXX/
Dtype-traits.cpp1257 void has_trivial_default_constructor() { in has_trivial_default_constructor() function