Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
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 …]
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()
Dstl_multimap.h133 : public std::binary_function<value_type, value_type, bool> in _GLIBCXX_VISIBILITY()
Dstl_map.h134 : public std::binary_function<value_type, value_type, bool> in _GLIBCXX_VISIBILITY()
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/
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>
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/dist/libstdc++-v3/include/tr1/
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/dist/libstdc++-v3/include/ext/
Dfunctional207 struct _Project1st : public std::binary_function<_Arg1, _Arg2, _Arg1>
215 struct _Project2nd : public std::binary_function<_Arg1, _Arg2, _Arg2>
Drope439 // Ignore warnings about std::binary_function.
446 : public std::binary_function<rope<_CharT, _Alloc>, rope<_CharT, _Alloc>,
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog5073 * include/bits/stl_function.h (unary_function, binary_function):
5120 std::binary_function base class.
5144 * testsuite/25_algorithms/minmax/3.cc: Remove std::binary_function
DChangeLog-20114880 unary_function and binary_function.
4889 instead of derivation from unary_function and binary_function.
DChangeLog-20193415 * include/ext/functional (size_t, unary_function, binary_function)