Home
last modified time | relevance | path

Searched refs:_Maybe_unary_or_binary_function (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drefwrap.h55 struct _Maybe_unary_or_binary_function { }; in _GLIBCXX_VISIBILITY() struct
59 struct _Maybe_unary_or_binary_function<_Res, _T1> in _GLIBCXX_VISIBILITY()
64 struct _Maybe_unary_or_binary_function<_Res, _T1, _T2> in _GLIBCXX_VISIBILITY()
75 = _Maybe_unary_or_binary_function<_Res, _Class*, _ArgTypes...>; in _GLIBCXX_VISIBILITY()
H A Dstd_function.h304 : public _Maybe_unary_or_binary_function<_Res, _ArgTypes...>, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Drefwrap.h53 struct _Maybe_unary_or_binary_function { }; in _GLIBCXX_VISIBILITY() struct
61 struct _Maybe_unary_or_binary_function<_Res, _T1> in _GLIBCXX_VISIBILITY()
66 struct _Maybe_unary_or_binary_function<_Res, _T1, _T2> in _GLIBCXX_VISIBILITY()
79 = _Maybe_unary_or_binary_function<_Res, _Class*, _ArgTypes...>; in _GLIBCXX_VISIBILITY()
H A Dstd_function.h335 : public _Maybe_unary_or_binary_function<_Res, _ArgTypes...>, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dfunctional573 struct _Maybe_unary_or_binary_function { };
577 struct _Maybe_unary_or_binary_function<_Res, _T1>
582 struct _Maybe_unary_or_binary_function<_Res, _T1, _T2>
588 : public _Maybe_unary_or_binary_function<_Res, _Class*, _ArgTypes...>
631 : public _Maybe_unary_or_binary_function<_Res, const _Class*,
674 : public _Maybe_unary_or_binary_function<_Res, volatile _Class*,
718 : public _Maybe_unary_or_binary_function<_Res, const volatile _Class*,
1877 : public _Maybe_unary_or_binary_function<_Res, _ArgTypes...>,
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dfunctional539 struct _Maybe_unary_or_binary_function { };
543 struct _Maybe_unary_or_binary_function<_Res, _T1>
548 struct _Maybe_unary_or_binary_function<_Res, _T1, _T2>
554 : public _Maybe_unary_or_binary_function<_Res, _Class*, _ArgTypes...>
597 : public _Maybe_unary_or_binary_function<_Res, const _Class*,
640 : public _Maybe_unary_or_binary_function<_Res, volatile _Class*,
684 : public _Maybe_unary_or_binary_function<_Res, const volatile _Class*,
1880 : public _Maybe_unary_or_binary_function<_Res, _ArgTypes...>,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-201797 * include/bits/refwrap.h (_Maybe_unary_or_binary_function): Move here
108 * include/bits/std_function.h (_Maybe_unary_or_binary_function): Move
H A DChangeLog5068 * include/bits/refwrap.h (_Maybe_unary_or_binary_function):
H A DChangeLog-20076211 (_Maybe_unary_or_binary_function): New.
H A DChangeLog-20161272 (_Maybe_unary_or_binary_function, bad_function_call)