| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | specfun.h | 251 inline typename __gnu_cxx::__promote<_Tp>::__type in _GLIBCXX_VISIBILITY() 254 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; in _GLIBCXX_VISIBILITY() typedef 255 return __detail::__assoc_laguerre<__type>(__n, __m, __x); in _GLIBCXX_VISIBILITY() 297 inline typename __gnu_cxx::__promote<_Tp>::__type in _GLIBCXX_VISIBILITY() 300 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; in _GLIBCXX_VISIBILITY() typedef 301 return __detail::__assoc_legendre_p<__type>(__l, __m, __x); in _GLIBCXX_VISIBILITY() 342 inline typename __gnu_cxx::__promote_2<_Tpa, _Tpb>::__type in _GLIBCXX_VISIBILITY() 345 typedef typename __gnu_cxx::__promote_2<_Tpa, _Tpb>::__type __type; in _GLIBCXX_VISIBILITY() typedef 346 return __detail::__beta<__type>(__a, __b); in _GLIBCXX_VISIBILITY() 390 inline typename __gnu_cxx::__promote<_Tp>::__type in _GLIBCXX_VISIBILITY() [all …]
|
| D | cpp_type_traits.h | 78 { typedef __false_type __type; }; in _GLIBCXX_VISIBILITY() typedef 82 { typedef __true_type __type; }; in _GLIBCXX_VISIBILITY() 90 typedef typename __truth_type<__value>::__type __type; in _GLIBCXX_VISIBILITY() 98 typedef __false_type __type; in _GLIBCXX_VISIBILITY() 105 typedef __true_type __type; in _GLIBCXX_VISIBILITY() 113 typedef __false_type __type; in _GLIBCXX_VISIBILITY() 120 typedef __true_type __type; in _GLIBCXX_VISIBILITY() 130 typedef __false_type __type; in _GLIBCXX_VISIBILITY() 141 typedef __true_type __type; in _GLIBCXX_VISIBILITY() 148 typedef __true_type __type; in _GLIBCXX_VISIBILITY() [all …]
|
| D | invoke.h | 94 using __type = typename __result::type; in _GLIBCXX_VISIBILITY() local 96 return std::__invoke_impl<__type>(__tag{}, std::forward<_Callable>(__fn), in _GLIBCXX_VISIBILITY() 108 using __type = typename __result::type; in _GLIBCXX_VISIBILITY() local 111 std::__invoke_impl<__type>(__tag{}, std::forward<_Callable>(__fn), in _GLIBCXX_VISIBILITY() 114 return std::__invoke_impl<__type>(__tag{}, in _GLIBCXX_VISIBILITY() 140 using __type = typename __result::type; in _GLIBCXX_VISIBILITY() local 142 return std::__invoke_impl<__type>(__tag{}, std::forward<_Callable>(__fn), in _GLIBCXX_VISIBILITY() 152 using __type = typename __result::type; in _GLIBCXX_VISIBILITY() local 154 std::__invoke_impl<__type>(__tag{}, std::forward<_Callable>(__fn), in _GLIBCXX_VISIBILITY()
|
| D | streambuf_iterator.h | 78 ostreambuf_iterator<_CharT2> >::__type in _GLIBCXX_VISIBILITY() 84 _CharT2*>::__type in _GLIBCXX_VISIBILITY() 90 _CharT2*>::__type in _GLIBCXX_VISIBILITY() 95 istreambuf_iterator<_CharT2> >::__type in _GLIBCXX_VISIBILITY() 101 void>::__type in _GLIBCXX_VISIBILITY() 266 ostreambuf_iterator<_CharT2> >::__type in _GLIBCXX_VISIBILITY() 337 ostreambuf_iterator<_CharT> >::__type in _GLIBCXX_VISIBILITY() 354 ostreambuf_iterator<_CharT> >::__type in _GLIBCXX_VISIBILITY() 366 ostreambuf_iterator<_CharT> >::__type in _GLIBCXX_VISIBILITY() 378 _CharT*>::__type in _GLIBCXX_VISIBILITY() [all …]
|
| D | valarray_before.h | 416 { typedef const _Tp __type; }; in _GLIBCXX_VISIBILITY() 421 { typedef const valarray<_Tp>& __type; }; in _GLIBCXX_VISIBILITY() 442 typename _ValArrayRef<_Dom>::__type _M_expr; in _GLIBCXX_VISIBILITY() 507 typename _ValArrayRef<_Arg>::__type _M_expr; in _GLIBCXX_VISIBILITY() 553 typename _ValArrayRef<_FirstArg>::__type _M_expr1; in _GLIBCXX_VISIBILITY() 554 typename _ValArrayRef<_SecondArg>::__type _M_expr2; in _GLIBCXX_VISIBILITY() 574 typename _ValArrayRef<_Clos>::__type _M_expr1; in _GLIBCXX_VISIBILITY() 595 typename _ValArrayRef<_Clos>::__type _M_expr2; in _GLIBCXX_VISIBILITY() 706 typename _ValArrayRef<_Dom>::__type _M_expr; in _GLIBCXX_VISIBILITY()
|
| D | functional_hash.h | 94 using __type = typename underlying_type<_Tp>::type; in _GLIBCXX_VISIBILITY() 95 return hash<__type>{}(static_cast<__type>(__val)); in _GLIBCXX_VISIBILITY()
|
| D | stl_algobase.h | 464 ostreambuf_iterator<_CharT, char_traits<_CharT> > >::__type in _GLIBCXX_VISIBILITY() 470 ostreambuf_iterator<_CharT, char_traits<_CharT> > >::__type in _GLIBCXX_VISIBILITY() 476 _CharT*>::__type in _GLIBCXX_VISIBILITY() 483 _GLIBCXX_STD_C::_Deque_iterator<_CharT, _CharT&, _CharT*> >::__type in _GLIBCXX_VISIBILITY() 521 _GLIBCXX_STD_C::_Deque_iterator<_Tp, _Tp&, _Tp*> >::__type in _GLIBCXX_VISIBILITY() 585 __is_char<_CharT>::__value, _CharT*>::__type in _GLIBCXX_VISIBILITY() 592 _GLIBCXX_STD_C::_Deque_iterator<_CharT, _CharT&, _CharT*> >::__type in _GLIBCXX_VISIBILITY() 791 _GLIBCXX_STD_C::_Deque_iterator<_Tp, _Tp&, _Tp*> >::__type in _GLIBCXX_VISIBILITY() 907 __gnu_cxx::__enable_if<!__is_scalar<_Tp>::__value, void>::__type in _GLIBCXX_VISIBILITY() 918 __gnu_cxx::__enable_if<__is_scalar<_Tp>::__value, void>::__type in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| D | type_traits.h | 50 { typedef _Tp __type; }; in _GLIBCXX_VISIBILITY() 56 { typedef _Iftrue __type; }; in _GLIBCXX_VISIBILITY() 60 { typedef _Iffalse __type; }; in _GLIBCXX_VISIBILITY() 71 typedef typename __if_type::__type __type; in _GLIBCXX_VISIBILITY() 76 { typedef unsigned char __type; }; in _GLIBCXX_VISIBILITY() 80 { typedef unsigned char __type; }; in _GLIBCXX_VISIBILITY() 84 { typedef unsigned short __type; }; in _GLIBCXX_VISIBILITY() 88 { typedef unsigned int __type; }; in _GLIBCXX_VISIBILITY() 92 { typedef unsigned long __type; }; in _GLIBCXX_VISIBILITY() 96 { typedef unsigned long long __type; }; in _GLIBCXX_VISIBILITY() [all …]
|
| D | debug_allocator.h | 100 typedef void* __type; in _GLIBCXX_VISIBILITY() 114 typename __convertible<_Alloc2>::__type = 0) in _GLIBCXX_VISIBILITY()
|
| D | numeric_traits.h | 100 typedef std::__true_type __type; \ in _GLIBCXX_VISIBILITY() 107 typedef std::__true_type __type; \ in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| D | cmath | 309 int>::__type 312 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; 314 FP_SUBNORMAL, FP_ZERO, __type(__f)); 319 int>::__type 322 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; 323 return __builtin_isfinite(__type(__f)); 328 int>::__type 331 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; 332 return __builtin_isinf(__type(__f)); 337 int>::__type [all …]
|
| D | complex | 316 inline typename __gnu_cxx::__promote<_Tp>::__type 319 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; 321 return std::signbit(__x) ? __type(3.1415926535897932384626433832795029L) 322 : __type(); 324 return std::arg(std::complex<__type>(__x)); 329 inline typename __gnu_cxx::__promote<_Tp>::__type 334 inline typename __gnu_cxx::__promote<_Tp>::__type 337 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; 338 return __type(__x) * __type(__x); 342 inline typename __gnu_cxx::__promote<_Tp>::__type [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/ |
| D | cmath | 98 double>::__type 117 double>::__type 136 double>::__type 154 typename __gnu_cxx::__promote_2<_Tp, _Up>::__type 157 typedef typename __gnu_cxx::__promote_2<_Tp, _Up>::__type __type; 158 return atan2(__type(__y), __type(__x)); 176 double>::__type 195 double>::__type 214 double>::__type 233 double>::__type [all …]
|
| D | cstddef | 72 template<> struct __byte_operand<bool> { using __type = byte; }; 73 template<> struct __byte_operand<char> { using __type = byte; }; 74 template<> struct __byte_operand<signed char> { using __type = byte; }; 75 template<> struct __byte_operand<unsigned char> { using __type = byte; }; 76 template<> struct __byte_operand<wchar_t> { using __type = byte; }; 78 template<> struct __byte_operand<char8_t> { using __type = byte; }; 80 template<> struct __byte_operand<char16_t> { using __type = byte; }; 81 template<> struct __byte_operand<char32_t> { using __type = byte; }; 82 template<> struct __byte_operand<short> { using __type = byte; }; 83 template<> struct __byte_operand<unsigned short> { using __type = byte; }; [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/ |
| D | cmath | 94 double>::__type 110 double>::__type 126 double>::__type 142 double>::__type 159 double>::__type 175 double>::__type 191 double>::__type 207 double>::__type 223 double>::__type 239 double>::__type [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
| D | helper_functions.h | 62 typename = typename std::__is_integer<_Iterator>::__type> 70 typename = typename std::__is_void<_DiffType>::__type> 72 { typedef _DiffType __type; }; typedef 76 { typedef std::ptrdiff_t __type; }; 78 typedef typename _DiffTraits<_ItDiffType>::__type _DiffType; 81 typedef std::pair<_DiffType, _Distance_precision> __type; 86 { typedef std::pair<std::ptrdiff_t, _Distance_precision> __type; }; 93 inline typename _Distance_traits<_Iterator>::__type 100 inline typename _Distance_traits<_Iterator>::__type 112 inline typename _Distance_traits<_Iterator>::__type [all …]
|
| D | safe_iterator.tcc | 37 typename _Distance_traits<_Iterator>::__type 51 typename _Distance_traits<_Iterator>::__type __res in _M_get_distance_from_begin() 61 typename _Distance_traits<_Iterator>::__type 75 typename _Distance_traits<_Iterator>::__type __res in _M_get_distance_to_end() 122 typename _Distance_traits<_Iterator>::__type 126 typedef typename _Distance_traits<_Iterator>::__type _Dist; in _M_get_distance_to() 252 typename ::__gnu_debug::_Distance_traits<_Ite>::__type __dist; in __copy_move_a() 269 typename ::__gnu_debug::_Distance_traits<_II>::__type __dist; in __copy_move_a() 291 typename ::__gnu_debug::_Distance_traits<_IIte>::__type __dist; in __copy_move_a() 319 typename ::__gnu_debug::_Distance_traits<_Ite>::__type __dist; in __copy_move_backward_a() [all …]
|
| D | stl_iterator.h | 42 typename _Distance_traits<_Iterator>::__type& __dist) in __valid_range() 49 inline typename _Distance_traits<_Iterator>::__type 106 typename _Distance_traits<_Iterator>::__type& __dist) 113 inline typename _Distance_traits<_Iterator>::__type
|
| D | safe_local_iterator.h | 81 typename _Sequence::_Base::const_local_iterator>::__type 164 _Sequence>::__type>& __x) noexcept in _Safe_local_iterator() 353 typename _Distance_traits<_Iterator>::__type 358 _IsConstant::__value, const _Sequence*, _Sequence*>::__type 411 typename _Distance_traits<_Iterator>::__type& __dist_info) in __valid_range() 419 typename _Distance_traits<_Iterator>::__type __dist_info; in __valid_range()
|
| D | safe_iterator.h | 91 static typename _DistTraits::__type 130 typename _Sequence::_Base::const_iterator>::__type _OtherIterator; 216 _Category>::__type>& __x) in _Safe_iterator() 426 _IsConstant::__value, const _Sequence*, _Sequence*>::__type 431 typename _Distance_traits<_Iterator>::__type 435 typename _Distance_traits<_Iterator>::__type 439 typename _Distance_traits<_Iterator>::__type 562 std::bidirectional_iterator_tag>::__type>& __x) in _Safe_iterator() 711 std::random_access_iterator_tag>::__type>& __x) in _Safe_iterator() 968 typename _Distance_traits<_Iterator>::__type& __dist) in __valid_range() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | scoped_allocator | 98 typedef scoped_allocator_adaptor<_Outer> __type; 114 __type& 115 _M_get(__type* __p) noexcept { return *__p; } 117 const __type& 118 _M_get(const __type* __p) const noexcept { return *__p; } 131 typedef scoped_allocator_adaptor<_InnerHead, _InnerTail...> __type; 152 __type& 155 const __type& 170 __type _M_inner; 209 typedef __uses_alloc1<typename __inner_type::__type> __uses_alloc1_; [all …]
|
| D | type_traits | 1685 { typedef _Unqualified __type; }; 1689 { typedef volatile _Unqualified __type; }; 1693 { typedef const _Unqualified __type; }; 1697 { typedef const volatile _Unqualified __type; }; 1707 typedef typename __match::__type __type; 1713 { typedef _Tp __type; }; 1717 { typedef unsigned char __type; }; 1721 { typedef unsigned char __type; }; 1725 { typedef unsigned short __type; }; 1729 { typedef unsigned int __type; }; [all …]
|
| D | complex | 1845 inline typename __gnu_cxx::__promote<_Tp>::__type 1848 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; 1850 return std::signbit(__x) ? __type(3.1415926535897932384626433832795029L) 1851 : __type(); 1853 return std::arg(std::complex<__type>(__x)); 1858 _GLIBCXX_CONSTEXPR inline typename __gnu_cxx::__promote<_Tp>::__type 1863 _GLIBCXX20_CONSTEXPR inline typename __gnu_cxx::__promote<_Tp>::__type 1866 typedef typename __gnu_cxx::__promote<_Tp>::__type __type; 1867 return __type(__x) * __type(__x); 1871 _GLIBCXX_CONSTEXPR inline typename __gnu_cxx::__promote<_Tp>::__type [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| D | cxxabi.h | 276 const std::type_info* __type) in __pbase_type_info() argument 277 : std::type_info(__n), __flags(__quals), __pointee(__type) in __pbase_type_info() 325 const std::type_info* __type) in __pointer_type_info() argument 326 : __pbase_type_info (__n, __quals, __type) { } in __pointer_type_info() 352 const std::type_info* __type, in __pointer_to_member_type_info() argument 354 : __pbase_type_info(__n, __quals, __type), __context(__klass) { } in __pointer_to_member_type_info()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ |
| D | standard_policies.hpp | 98 typedef typename cond_type::__type size_policy_type; 129 typedef typename cond_type::__type type;
|