Home
last modified time | relevance | path

Searched refs:binary_function (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_function.h118 struct binary_function in _GLIBCXX_VISIBILITY() struct
167 struct plus : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
177 struct minus : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
187 struct multiplies : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
197 struct divides : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
207 struct modulus : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
351 struct equal_to : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
361 struct not_equal_to : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
371 struct greater : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
381 struct less : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
[all …]
H A Drefwrap.h65 : std::binary_function<_T1, _T2, _Res> { }; in _GLIBCXX_VISIBILITY()
244 : binary_function<_T1, _T2, _Res> in _GLIBCXX_VISIBILITY()
249 : binary_function<_T1, _T2, _Res> in _GLIBCXX_VISIBILITY()
254 : binary_function<_T1, _T2, _Res> in _GLIBCXX_VISIBILITY()
259 : binary_function<_T1, _T2, _Res> in _GLIBCXX_VISIBILITY()
271 : binary_function<_T1, _T2, _Res> in _GLIBCXX_VISIBILITY()
H A Dstl_multimap.h129 : public std::binary_function<value_type, value_type, bool> in _GLIBCXX_VISIBILITY()
H A Dstl_map.h130 : public std::binary_function<value_type, value_type, bool> in _GLIBCXX_VISIBILITY()
H A Dshared_ptr_base.h1778 struct _Sp_owner_less : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_function.h131 struct binary_function in _GLIBCXX_VISIBILITY() struct
184 struct plus : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
195 struct minus : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
205 struct multiplies : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
215 struct divides : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
225 struct modulus : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
373 struct equal_to : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
383 struct not_equal_to : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
393 struct greater : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
403 struct less : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
[all …]
H A Drefwrap.h67 : std::binary_function<_T1, _T2, _Res> { }; in _GLIBCXX_VISIBILITY()
252 : binary_function<_T1, _T2, _Res> in _GLIBCXX_VISIBILITY()
257 : binary_function<_T1, _T2, _Res> in _GLIBCXX_VISIBILITY()
262 : binary_function<_T1, _T2, _Res> in _GLIBCXX_VISIBILITY()
267 : binary_function<_T1, _T2, _Res> in _GLIBCXX_VISIBILITY()
279 : binary_function<_T1, _T2, _Res> in _GLIBCXX_VISIBILITY()
H A Dstl_multimap.h133 : public std::binary_function<value_type, value_type, bool> in _GLIBCXX_VISIBILITY()
H A Dstl_map.h134 : public std::binary_function<value_type, value_type, bool> in _GLIBCXX_VISIBILITY()
H A Dshared_ptr_base.h2135 struct _Sp_owner_less : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dbase.h157 class _EqualFromLess : public std::binary_function<_T1, _T2, bool>
244 struct _EqualTo : std::binary_function<_T1, _T2, bool>
252 struct _Less : std::binary_function<_T1, _T2, bool>
272 struct _Plus : public std::binary_function<_Tp1, _Tp2, _Result>
288 struct _Multiplies : public std::binary_function<_Tp1, _Tp2, _Result>
H A Dmultiseq_selection.h54 : public std::binary_function<std::pair<_T1, _T2>,
80 class _LexicographicReverse : public std::binary_function<_T1, _T2, bool>
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dbase.h157 class _EqualFromLess : public std::binary_function<_T1, _T2, bool>
244 struct _EqualTo : std::binary_function<_T1, _T2, bool>
252 struct _Less : std::binary_function<_T1, _T2, bool>
272 struct _Plus : public std::binary_function<_Tp1, _Tp2, _Result>
288 struct _Multiplies : public std::binary_function<_Tp1, _Tp2, _Result>
H A Dmultiseq_selection.h54 : public std::binary_function<std::pair<_T1, _T2>,
80 class _LexicographicReverse : public std::binary_function<_T1, _T2, bool>
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__functional_base27 struct _LIBCPP_TEMPLATE_VIS binary_function
50 struct _LIBCPP_TEMPLATE_VIS less : binary_function<_Tp, _Tp, bool>
94 static binary_function<_A1, _A2, _Rp>
95 __test(const volatile binary_function<_A1, _A2, _Rp>*);
212 : public binary_function<_A1, _A2, _Rp>
218 : public binary_function<_A1, _A2, _Rp>
224 : public binary_function<_A1, _A2, _Rp>
230 : public binary_function<_Cp*, _A1, _Rp>
236 : public binary_function<const _Cp*, _A1, _Rp>
242 : public binary_function<volatile _Cp*, _A1, _Rp>
[all …]
H A Dfunctional27 struct binary_function
37 : public binary_function<T1, T2, R> // if wraping a binary functor
79 struct plus : binary_function<T, T, T>
85 struct minus : binary_function<T, T, T>
91 struct multiplies : binary_function<T, T, T>
97 struct divides : binary_function<T, T, T>
103 struct modulus : binary_function<T, T, T>
115 struct equal_to : binary_function<T, T, bool>
121 struct not_equal_to : binary_function<T, T, bool>
127 struct greater : binary_function<T, T, bool>
[all …]
H A Dmap46 : public binary_function<value_type, value_type, bool>
290 : public binary_function<value_type,value_type,bool>
927 : public binary_function<value_type, value_type, bool>
1701 : public binary_function<value_type, value_type, bool>
H A Dmemory568 : binary_function<shared_ptr<T>, shared_ptr<T>, bool>
578 : binary_function<weak_ptr<T>, weak_ptr<T>, bool>
H A Dvalarray490 struct __bit_shift_left : binary_function<_Tp, _Tp, _Tp>
498 struct __bit_shift_right : binary_function<_Tp, _Tp, _Tp>
552 struct __atan2_expr : binary_function<_Tp, _Tp, _Tp>
600 struct __pow_expr : binary_function<_Tp, _Tp, _Tp>
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dfunctional267 // Ignore warnings about std::unary_function and std::binary_function.
287 /// Determines if the type _Tp derives from binary_function.
293 static __one __test(const volatile binary_function<_T1, _T2, _Res>*);
360 * Knowing which of unary_function and binary_function _Tp derives
367 // Not a unary_function or binary_function, so try a weak result type.
373 // unary_function but not binary_function
380 // binary_function but not unary_function
383 : binary_function<typename _Tp::first_argument_type,
388 // Both unary_function and binary_function. Import result_type to
394 binary_function<typename _Tp::first_argument_type,
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dfunctional253 /// Determines if the type _Tp derives from binary_function.
259 static __one __test(const volatile binary_function<_T1, _T2, _Res>*);
326 * Knowing which of unary_function and binary_function _Tp derives
333 // Not a unary_function or binary_function, so try a weak result type.
339 // unary_function but not binary_function
346 // binary_function but not unary_function
349 : binary_function<typename _Tp::first_argument_type,
354 // Both unary_function and binary_function. Import result_type to
360 binary_function<typename _Tp::first_argument_type,
368 * Derives from unary_function or binary_function when it
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dfunctional204 struct _Project1st : public std::binary_function<_Arg1, _Arg2, _Arg1>
212 struct _Project2nd : public std::binary_function<_Arg1, _Arg2, _Arg2>
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dfunctional207 struct _Project1st : public std::binary_function<_Arg1, _Arg2, _Arg1>
215 struct _Project2nd : public std::binary_function<_Arg1, _Arg2, _Arg2>
H A Drope439 // Ignore warnings about std::binary_function.
446 : public std::binary_function<rope<_CharT, _Alloc>, rope<_CharT, _Alloc>,
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dshared_ptr.h1599 : binary_function<shared_ptr<_Tp>, shared_ptr<_Tp>, bool>
1615 : binary_function<weak_ptr<_Tp>, weak_ptr<_Tp>, bool>

12