Home
last modified time | relevance | path

Searched refs:__type (Results 1 – 25 of 54) sorted by relevance

123

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dcpp_type_traits.h121 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 Dstreambuf_iterator.h66 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 Dstl_uninitialized.h112 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 Dstl_algobase.h321 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 Dstl_tempbuf.h149 typedef typename std::__is_scalar<_Tp>::__type _Trivial; in _Temporary_buffer()
H A Dstl_construct.h152 typedef typename std::__is_scalar<_Value_type>::__type in _Destroy()
H A Dstl_vector.h271 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 Dcmath346 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 Dcommon.h46 { 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 Dcomplex310 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 Drepeat.h125 #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 Dtuple_iterate.h158 typename __stripped_tuple_type<_GLIBCXX_TEMPLATE_ARGS>::__type
162 __type(_GLIBCXX_ARGS);
H A Dfunctional_iterate.h127 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 Dtuple91 typedef _Tp __type;
97 typedef _Tp& __type;
103 typedef _Tp& __type;
H A Dhashtable_policy.h229 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 Dtype_traits.h53 { 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 Dnumeric_traits.h88 __numeric_traits_floating<_Value> >::__type
/freebsd-12.1/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h112 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 Dgeom.subr261 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 Ddevice.subr136 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 Dcxxabi.h217 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 Dinvpcidintrin.h33 _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 Dstandard_policies.hpp99 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 Dstandard_policies.hpp72 pb_ds::quadratic_probe_fn<size_type> >::__type
/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_streambuf.h160 _CharT2*>::__type
166 istreambuf_iterator<_CharT2> >::__type

123