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 D | refwrap.h | 55 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 D | std_function.h | 304 : public _Maybe_unary_or_binary_function<_Res, _ArgTypes...>, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | refwrap.h | 53 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 D | std_function.h | 335 : public _Maybe_unary_or_binary_function<_Res, _ArgTypes...>, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | functional | 573 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 D | functional | 539 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 D | ChangeLog-2017 | 97 * 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 D | ChangeLog | 5068 * include/bits/refwrap.h (_Maybe_unary_or_binary_function):
|
H A D | ChangeLog-2007 | 6211 (_Maybe_unary_or_binary_function): New.
|
H A D | ChangeLog-2016 | 1272 (_Maybe_unary_or_binary_function, bad_function_call)
|