HomeSort by: relevance | last modified time | path
    Searched refs:_Value_type (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_construct.h 185 _Value_type;
188 static_assert(is_destructible<_Value_type>::value,
195 std::_Destroy_aux<__has_trivial_destructor(_Value_type)>::
234 _Value_type;
237 static_assert(is_destructible<_Value_type>::value,
244 return std::_Destroy_n_aux<__has_trivial_destructor(_Value_type)>::
valarray_array.h 362 typedef typename _Ta::value_type _Value_type;
363 _Value_type __r = __s == 0 ? _Value_type() : __a[0];
366 _Value_type __t = __a[__i];
378 typedef typename _Ta::value_type _Value_type;
379 _Value_type __r = __s == 0 ? _Value_type() : __a[0];
382 _Value_type __t = __a[__i];
boost_concept_check.h 656 typedef typename _Container::value_type _Value_type;
681 typedef typename _Container::value_type _Value_type;
688 __function_requires< _AssignableConcept<_Value_type> >();
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_construct.h 185 _Value_type;
188 static_assert(is_destructible<_Value_type>::value,
195 std::_Destroy_aux<__has_trivial_destructor(_Value_type)>::
234 _Value_type;
237 static_assert(is_destructible<_Value_type>::value,
244 return std::_Destroy_n_aux<__has_trivial_destructor(_Value_type)>::
valarray_array.h 362 typedef typename _Ta::value_type _Value_type;
363 _Value_type __r = __s == 0 ? _Value_type() : __a[0];
366 _Value_type __t = __a[__i];
378 typedef typename _Ta::value_type _Value_type;
379 _Value_type __r = __s == 0 ? _Value_type() : __a[0];
382 _Value_type __t = __a[__i];
boost_concept_check.h 656 typedef typename _Container::value_type _Value_type;
681 typedef typename _Container::value_type _Value_type;
688 __function_requires< _AssignableConcept<_Value_type> >();

Completed in 28 milliseconds