Searched refs:_T2 (Results 1 - 25 of 25) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_pair.h100 template <bool, typename _T1, typename _T2>
107 is_constructible<_T2, const _U2&>>::value;
114 is_convertible<const _U2&, _T2>>::value;
121 is_constructible<_T2, _U2&&>>::value;
128 is_convertible<_U2&&, _T2>>::value;
135 is_convertible<_U2&&, _T2>>;
140 is_constructible<_T2, _U2&&>,
149 is_convertible<const _U2&, _T2>>;
154 is_constructible<_T2, const _U2&&>,
160 template <typename _T1, typename _T2>
[all...]
H A Drefwrap.h63 template<typename _Res, typename _T1, typename _T2>
64 struct _Maybe_unary_or_binary_function<_Res, _T1, _T2>
65 : std::binary_function<_T1, _T2, _Res> { };
242 template<typename _Res, typename _T1, typename _T2 _GLIBCXX_NOEXCEPT_PARM>
243 struct _Reference_wrapper_base<_Res(_T1, _T2) _GLIBCXX_NOEXCEPT_QUAL>
244 : binary_function<_T1, _T2, _Res>
247 template<typename _Res, typename _T1, typename _T2>
248 struct _Reference_wrapper_base<_Res(_T1, _T2) const>
249 : binary_function<_T1, _T2, _Res>
252 template<typename _Res, typename _T1, typename _T2>
[all...]
H A Dallocator.h212 template<typename _T1, typename _T2>
214 operator==(const allocator<_T1>&, const allocator<_T2>&)
219 template<typename _T1, typename _T2>
221 operator!=(const allocator<_T1>&, const allocator<_T2>&)
H A Dstl_construct.h111 template<typename _T1, typename _T2>
113 _Construct(_T1* __p, const _T2& __value)
H A Dstl_iterator.h2403 template<typename _T1, typename _T2>
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_pair.h101 template <bool, typename _T1, typename _T2>
108 is_constructible<_T2, const _U2&>>::value;
115 is_convertible<const _U2&, _T2>>::value;
122 is_constructible<_T2, _U2&&>>::value;
129 is_convertible<_U2&&, _T2>>::value;
133 template <typename _T1, typename _T2>
134 struct _PCC<false, _T1, _T2>
166 template<typename _T1, typename _T2> friend struct pair;
180 * @tparam _T2 Type of second object.
186 template<typename _T1, typename _T2>
[all...]
H A Drefwrap.h65 template<typename _Res, typename _T1, typename _T2>
66 struct _Maybe_unary_or_binary_function<_Res, _T1, _T2>
67 : std::binary_function<_T1, _T2, _Res> { };
250 template<typename _Res, typename _T1, typename _T2 _GLIBCXX_NOEXCEPT_PARM>
251 struct _Reference_wrapper_base<_Res(_T1, _T2) _GLIBCXX_NOEXCEPT_QUAL>
252 : binary_function<_T1, _T2, _Res>
255 template<typename _Res, typename _T1, typename _T2>
256 struct _Reference_wrapper_base<_Res(_T1, _T2) const>
257 : binary_function<_T1, _T2, _Res>
260 template<typename _Res, typename _T1, typename _T2>
[all...]
H A Dallocator.h227 template<typename _T1, typename _T2>
229 operator==(const allocator<_T1>&, const allocator<_T2>&)
234 template<typename _T1, typename _T2>
236 operator!=(const allocator<_T1>&, const allocator<_T2>&)
H A Dstl_construct.h122 template<typename _T1, typename _T2>
124 _Construct(_T1* __p, const _T2& __value)
H A Dstl_iterator.h2610 template<typename _T1, typename _T2>
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/decimal/
H A Ddecimal.h55 #define _DEFINE_DECIMAL_COMPOUND_ASSIGNMENT_DEC(_Op1, _Op2, _T1, _T2) \
56 inline _T1& _T1::operator _Op1(_T2 __rhs) \
62 #define _DEFINE_DECIMAL_COMPOUND_ASSIGNMENT_INT(_Op1, _Op2, _T1, _T2) \
63 inline _T1& _T1::operator _Op1(_T2 __rhs) \
306 #define _DEFINE_DECIMAL_BINARY_OP_WITH_DEC(_Op, _T1, _T2, _T3) \
307 inline _T1 operator _Op(_T2 __lhs, _T3 __rhs) \
314 #define _DEFINE_DECIMAL_BINARY_OP_BOTH(_Op, _T1, _T2, _T3) \
315 inline _T1 operator _Op(_T2 __lhs, _T3 __rhs) \
322 #define _DEFINE_DECIMAL_BINARY_OP_LHS(_Op, _T1, _T2) \
323 inline _T1 operator _Op(_T1 __lhs, _T2 __rh
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/decimal/
H A Ddecimal.h55 #define _DEFINE_DECIMAL_COMPOUND_ASSIGNMENT_DEC(_Op1, _Op2, _T1, _T2) \
56 inline _T1& _T1::operator _Op1(_T2 __rhs) \
62 #define _DEFINE_DECIMAL_COMPOUND_ASSIGNMENT_INT(_Op1, _Op2, _T1, _T2) \
63 inline _T1& _T1::operator _Op1(_T2 __rhs) \
306 #define _DEFINE_DECIMAL_BINARY_OP_WITH_DEC(_Op, _T1, _T2, _T3) \
307 inline _T1 operator _Op(_T2 __lhs, _T3 __rhs) \
314 #define _DEFINE_DECIMAL_BINARY_OP_BOTH(_Op, _T1, _T2, _T3) \
315 inline _T1 operator _Op(_T2 __lhs, _T3 __rhs) \
322 #define _DEFINE_DECIMAL_BINARY_OP_LHS(_Op, _T1, _T2) \
323 inline _T1 operator _Op(_T1 __lhs, _T2 __rh
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dcompressed_pair.h107 template <class _T1, class _T2>
109 private __compressed_pair_elem<_T2, 1> {
115 static_assert((!is_same<_T1, _T2>::value),
121 typedef _LIBCPP_NODEBUG_TYPE __compressed_pair_elem<_T2, 1> _Base2;
126 __dependent_type<is_default_constructible<_T2>, _Dummy>::value
180 __is_nothrow_swappable<_T2>::value)
188 template <class _T1, class _T2>
190 void swap(__compressed_pair<_T1, _T2>& __x, __compressed_pair<_T1, _T2>& __y)
192 __is_nothrow_swappable<_T2>
[all...]
H A Dunique_ptr.h566 template <class _T1, class _D1, class _T2, class _D2>
569 operator==(const unique_ptr<_T1, _D1>& __x, const unique_ptr<_T2, _D2>& __y) {return __x.get() == __y.get();}
571 template <class _T1, class _D1, class _T2, class _D2>
574 operator!=(const unique_ptr<_T1, _D1>& __x, const unique_ptr<_T2, _D2>& __y) {return !(__x == __y);}
576 template <class _T1, class _D1, class _T2, class _D2>
579 operator< (const unique_ptr<_T1, _D1>& __x, const unique_ptr<_T2, _D2>& __y)
582 typedef typename unique_ptr<_T2, _D2>::pointer _P2;
587 template <class _T1, class _D1, class _T2, class _D2>
590 operator> (const unique_ptr<_T1, _D1>& __x, const unique_ptr<_T2, _D2>& __y) {return __y < __x;}
592 template <class _T1, class _D1, class _T2, clas
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dbase.h156 template<typename _T1, typename _T2, typename _Compare>
157 class _EqualFromLess : public std::binary_function<_T1, _T2, bool>
165 bool operator()(const _T1& __a, const _T2& __b)
243 template<typename _T1, typename _T2>
244 struct _EqualTo : std::binary_function<_T1, _T2, bool>
246 bool operator()(const _T1& __t1, const _T2& __t2) const
251 template<typename _T1, typename _T2>
252 struct _Less : std::binary_function<_T1, _T2, bool>
255 operator()(const _T1& __t1, const _T2& __t2) const
259 operator()(const _T2
[all...]
H A Dmultiseq_selection.h52 template<typename _T1, typename _T2, typename _Compare>
54 : public std::binary_function<std::pair<_T1, _T2>,
55 std::pair<_T1, _T2>, bool>
64 operator()(const std::pair<_T1, _T2>& __p1,
65 const std::pair<_T1, _T2>& __p2) const
79 template<typename _T1, typename _T2, typename _Compare>
80 class _LexicographicReverse : public std::binary_function<_T1, _T2, bool>
89 operator()(const std::pair<_T1, _T2>& __p1,
90 const std::pair<_T1, _T2>& __p2) const
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dbase.h156 template<typename _T1, typename _T2, typename _Compare>
157 class _EqualFromLess : public std::binary_function<_T1, _T2, bool>
165 bool operator()(const _T1& __a, const _T2& __b)
243 template<typename _T1, typename _T2>
244 struct _EqualTo : std::binary_function<_T1, _T2, bool>
246 bool operator()(const _T1& __t1, const _T2& __t2) const
251 template<typename _T1, typename _T2>
252 struct _Less : std::binary_function<_T1, _T2, bool>
255 operator()(const _T1& __t1, const _T2& __t2) const
259 operator()(const _T2
[all...]
H A Dmultiseq_selection.h52 template<typename _T1, typename _T2, typename _Compare>
54 : public std::binary_function<std::pair<_T1, _T2>,
55 std::pair<_T1, _T2>, bool>
64 operator()(const std::pair<_T1, _T2>& __p1,
65 const std::pair<_T1, _T2>& __p2) const
79 template<typename _T1, typename _T2, typename _Compare>
80 class _LexicographicReverse : public std::binary_function<_T1, _T2, bool>
89 operator()(const std::pair<_T1, _T2>& __p1,
90 const std::pair<_T1, _T2>& __p2) const
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dxutility.d345 extern (C++, class) struct __compressed_pair(_T1, _T2)
350 enum Ty2Empty = is_empty!_T2.value;
353 ref inout(_T2) second() inout nothrow @safe @nogc { return __value2_; }
357 private inout(_T2)* __get_base2() inout { return cast(inout(_T2)*)&__get_base1()[Ty1Empty ? 0 : 1]; }
364 _T2 __value2_;
366 @property ref inout(_T2) __value2_() inout nothrow @trusted @nogc { return *__get_base2(); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_math.h170 typename _T0, typename _T1, typename _T2, typename..., \
173 typename _U2 = __remove_cvref_t<_T2>, \
177 is_convertible<_T1&&, _Simd>, is_convertible<_T2&&, _Simd>, \
183 __name(_T0&& __xx, _T1&& __yy, _T2&& __zz) \
187 _Simd(static_cast<_T2&&>(__zz))); \
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/or1k/
H A Dbasic.S439 _T2: OR1K_DELAYED ( label
446 OR1K_INST (l.jal _T2)
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/or1k/
H A Dbasic.S439 _T2: OR1K_DELAYED ( label
446 OR1K_INST (l.jal _T2)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic4x/
H A Dopclasses.h1023 name##_T2: &\
1037 name##3_T2: &\
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dalgorithm_impl.h2201 typedef typename std::iterator_traits<_RandomAccessIterator>::value_type _T2;
2212 ::new (__k) _T2(*__it);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dalgorithm_impl.h2234 typedef typename std::iterator_traits<_RandomAccessIterator>::value_type _T2;
2245 ::new (__k) _T2(*__it);

Completed in 194 milliseconds