| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | cpp_type_traits.h | 121 typedef typename __truth_type<__value>::__type __type; 136 typedef __true_type __type; 151 typedef __true_type __type; 171 typedef __true_type __type; 178 typedef __true_type __type; 185 typedef __true_type __type; 192 typedef __true_type __type; 200 typedef __true_type __type; 208 typedef __true_type __type; 215 typedef __true_type __type; [all …]
|
| H A D | streambuf_iterator.h | 66 ostreambuf_iterator<_CharT2> >::__type in _GLIBCXX_BEGIN_NAMESPACE() 72 _CharT2*>::__type in _GLIBCXX_BEGIN_NAMESPACE() 78 istreambuf_iterator<_CharT2> >::__type in _GLIBCXX_BEGIN_NAMESPACE() 222 ostreambuf_iterator<_CharT2> >::__type 283 ostreambuf_iterator<_CharT> >::__type 300 ostreambuf_iterator<_CharT> >::__type 312 ostreambuf_iterator<_CharT> >::__type 324 _CharT*>::__type 359 istreambuf_iterator<_CharT> >::__type
|
| H A D | stl_uninitialized.h | 112 typedef typename std::__is_scalar<_ValueType>::__type _Is_POD; in uninitialized_copy() 174 typedef typename std::__is_scalar<_ValueType>::__type _Is_POD; in uninitialized_fill() 218 typedef typename std::__is_scalar<_ValueType>::__type _Is_POD; in uninitialized_fill_n()
|
| H A D | stl_algobase.h | 321 ostreambuf_iterator<_CharT> >::__type 326 ostreambuf_iterator<_CharT> >::__type 330 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, _CharT*>::__type 407 ostreambuf_iterator<_CharT> >::__type
|
| H A D | stl_tempbuf.h | 149 typedef typename std::__is_scalar<_Tp>::__type _Trivial; in _Temporary_buffer()
|
| H A D | stl_construct.h | 152 typedef typename std::__is_scalar<_Value_type>::__type in _Destroy()
|
| H A D | stl_vector.h | 271 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _Base() 327 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in assign() 689 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in insert()
|
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | cmath | 346 typedef typename __promote<_Tp>::__type __type; 382 return std::atan2(__type(__y), __type(__x)); 436 return copysign(__type(__x), __type(__y)); 523 return fdim(__type(__x), __type(__y)); 541 return fma(__type(__x), __type(__y), __type(__z)); 557 return fmax(__type(__x), __type(__y)); 573 return fmin(__type(__x), __type(__y)); 592 return hypot(__type(__x), __type(__y)); 774 return nextafter(__type(__x), __type(__y)); 801 return pow(__type(__x), __type(__y)); [all …]
|
| H A D | common.h | 46 { typedef double __type; }; typedef 50 { typedef _Tp __type; }; 56 typedef typename __promote<_Tp>::__type __type1; 57 typedef typename __promote<_Up>::__type __type2; 60 typedef __typeof__(__type1() + __type2()) __type; 67 typedef typename __promote<_Tp>::__type __type1; 68 typedef typename __promote<_Up>::__type __type2; 69 typedef typename __promote<_Vp>::__type __type3; 72 typedef __typeof__(__type1() + __type2() + __type3()) __type;
|
| H A D | complex | 310 typedef std::complex<typename __promote_2<_Tp, _Up>::__type> __type; 334 typedef typename __promote<_Tp>::__type __type; 358 typedef typename __promote<_Tp>::__type __type; 359 return __type(__x) * __type(__x); 368 typedef typename __promote_2<_Tp, _Up>::__type __type; 369 return std::polar(__type(__rho), __type(__theta)); 378 typedef typename __promote_2<_Tp, _Up>::__type __type; 379 return std::pow(std::complex<__type>(__x), __type(__y)); 386 typedef typename __promote_2<_Tp, _Up>::__type __type; 387 return std::pow(__type(__x), std::complex<__type>(__y)); [all …]
|
| H A D | repeat.h | 125 #define _GLIBCXX_TEMPLATE_ARGS_STRIPPED typename __strip_reference_wrapper<_T1>::__type 183 …TRIPPED typename __strip_reference_wrapper<_T1>::__type, typename __strip_reference_wrapper<_T2>::… 240 …reference_wrapper<_T1>::__type, typename __strip_reference_wrapper<_T2>::__type, typename __strip_… 297 …__type, typename __strip_reference_wrapper<_T2>::__type, typename __strip_reference_wrapper<_T3>::… 354 …__type, typename __strip_reference_wrapper<_T2>::__type, typename __strip_reference_wrapper<_T3>::… 411 …__type, typename __strip_reference_wrapper<_T2>::__type, typename __strip_reference_wrapper<_T3>::… 468 …__type, typename __strip_reference_wrapper<_T2>::__type, typename __strip_reference_wrapper<_T3>::… 525 …__type, typename __strip_reference_wrapper<_T2>::__type, typename __strip_reference_wrapper<_T3>::… 582 …__type, typename __strip_reference_wrapper<_T2>::__type, typename __strip_reference_wrapper<_T3>::… 640 …__type, typename __strip_reference_wrapper<_T2>::__type, typename __strip_reference_wrapper<_T3>::…
|
| H A D | tuple_iterate.h | 158 typename __stripped_tuple_type<_GLIBCXX_TEMPLATE_ARGS>::__type 162 __type(_GLIBCXX_ARGS);
|
| H A D | functional_iterate.h | 127 typename result_of<_Functor(_GLIBCXX_TEMPLATE_ARGS)>::type>::__type 140 >::__type 153 >::__type 670 … typename __gnu_cxx::__enable_if<!is_integral<_Functor>::value, _Useless>::__type = _Useless()); 724 typename __gnu_cxx::__enable_if<!is_integral<_Functor>::value, function&>::__type 842 typename __gnu_cxx::__enable_if<!is_integral<_Functor>::value, _Useless>::__type)
|
| H A D | tuple | 91 typedef _Tp __type; 97 typedef _Tp& __type; 103 typedef _Tp& __type;
|
| H A D | hashtable_policy.h | 229 const _Value*, _Value*>::__type in _GLIBCXX_BEGIN_NAMESPACE() 233 const _Value&, _Value&>::__type in _GLIBCXX_BEGIN_NAMESPACE() 370 const _Value*, _Value*>::__type in _GLIBCXX_BEGIN_NAMESPACE() 374 const _Value&, _Value&>::__type in _GLIBCXX_BEGIN_NAMESPACE()
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | type_traits.h | 53 { typedef _Tp __type; }; 59 { typedef _Iftrue __type; }; 63 { typedef _Iffalse __type; }; 74 typedef typename __if_type::__type __type; 117 typedef typename __if_type::__type __type; 122 { typedef signed char __type; }; 126 { typedef signed char __type; }; 130 { typedef short __type; }; 134 { typedef int __type; }; 138 { typedef long __type; }; [all …]
|
| H A D | numeric_traits.h | 88 __numeric_traits_floating<_Value> >::__type
|
| /freebsd-12.1/contrib/libstdc++/include/c_std/ |
| H A D | std_cmath.h | 112 double>::__type 128 double>::__type 144 double>::__type 161 double>::__type 177 double>::__type 193 double>::__type 209 double>::__type 225 double>::__type 241 double>::__type 257 double>::__type [all …]
|
| /freebsd-12.1/usr.sbin/bsdconfig/share/ |
| H A D | geom.subr | 261 if [ "$__type" != "$GEOM_CLASS_ANY" -a \ 262 "$__type" != "$__class_name" ] 320 case "$__type" in 322 class|GEOM_CLASS) __type=class ;; 323 geom|GEOM_GEOM) __type=geom ;; 324 consumer|GEOM_CONSUMER) __type=consumer ;; 325 provider|GEOM_PROVIDER) __type=provider ;; 334 if [ "${__type:-class}" = "class" ]; then 345 if [ "${__type:-geom}" = "geom" ]; then 349 [ "$__type" ] && [all …]
|
| H A D | device.subr | 136 local __type="$5" __enabled="$6" __init_func="$7" __get_func="$8" 146 if f_device_find -1 "$__name" "$__type" __device; then 157 $__device set type "$__type" 805 local __type="$1" __name="$2" __var_to_set="$3" 831 [ "$__type" = "$DEVICE_TYPE_ANY" ] && __type= 838 [ "${__type:-$__dev_type}" = "$__dev_type" ] || continue 898 local __name="$1" __type="$2" __var_to_set="$3" 903 [ "$__type" = "$DEVICE_TYPE_ANY" ] && type= 937 case "$__type" in 1049 [ "$__type" = "$DEVICE_TYPE_ANY" -o \ [all …]
|
| /freebsd-12.1/contrib/libstdc++/libsupc++/ |
| H A D | cxxabi.h | 217 const std::type_info* __type) in __pbase_type_info() argument 218 : std::type_info(__n), __flags(__quals), __pointee(__type) in __pbase_type_info() 256 const std::type_info* __type) in __pointer_type_info() argument 257 : __pbase_type_info (__n, __quals, __type) { } in __pointer_type_info() 283 const std::type_info* __type, in __pointer_to_member_type_info() argument 285 : __pbase_type_info(__n, __quals, __type), __context(__klass) { } in __pointer_to_member_type_info()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/ |
| H A D | invpcidintrin.h | 33 _invpcid(unsigned int __type, void *__descriptor) { in _invpcid() argument 34 __builtin_ia32_invpcid(__type, __descriptor); in _invpcid()
|
| /freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/ |
| H A D | standard_policies.hpp | 99 pb_ds::hash_prime_size_policy>::__type 134 size_type> >::__type
|
| /freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/ |
| H A D | standard_policies.hpp | 72 pb_ds::quadratic_probe_fn<size_type> >::__type
|
| /freebsd-12.1/contrib/libstdc++/include/std/ |
| H A D | std_streambuf.h | 160 _CharT2*>::__type 166 istreambuf_iterator<_CharT2> >::__type
|