Searched refs:_Value_type (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_construct.h121 _Value_type; typedef
122 std::_Destroy_aux<__has_trivial_destructor(_Value_type)>::
H A Dvalarray_array.h371 typedef typename _Ta::value_type _Value_type; typedef
372 _Value_type __r = __s == 0 ? _Value_type() : __a[0];
375 _Value_type __t = __a[__i];
387 typedef typename _Ta::value_type _Value_type; typedef
388 _Value_type __r = __s == 0 ? _Value_type() : __a[0];
391 _Value_type __t = __a[__i];
H A Dboost_concept_check.h562 typedef typename _Container::value_type _Value_type;
587 typedef typename _Container::value_type _Value_type;
594 __function_requires< _AssignableConcept<_Value_type> >();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dstl_construct.h151 _Value_type; typedef
152 typedef typename std::__is_scalar<_Value_type>::__type
H A Dvalarray_array.h385 typedef typename _Ta::value_type _Value_type; typedef
386 _Value_type __r = __s == 0 ? _Value_type() : __a[0];
389 _Value_type __t = __a[__i];
401 typedef typename _Ta::value_type _Value_type; typedef
402 _Value_type __r = __s == 0 ? _Value_type() : __a[0];
405 _Value_type __t = __a[__i];
H A Dboost_concept_check.h567 typedef typename _Container::value_type _Value_type;
592 typedef typename _Container::value_type _Value_type;
599 __function_requires< _AssignableConcept<_Value_type> >();
860 typedef typename _SimpleAssociativeContainer::value_type _Value_type;
861 typedef typename _Aux_require_same<_Key_type, _Value_type>::_Type
873 typedef typename _SimpleAssociativeContainer::value_type _Value_type;
876 typedef typename _Aux_require_same<_Value_type,

Completed in 413 milliseconds