Home
last modified time | relevance | path

Searched refs:in_in_result (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_util.h525 struct in_in_result in _GLIBCXX_VISIBILITY()
534 operator in_in_result<_IIter1, _IIter2>() const & in _GLIBCXX_VISIBILITY()
541 operator in_in_result<_IIter1, _IIter2>() && in _GLIBCXX_VISIBILITY()
546 using mismatch_result = in_in_result<_Iter1, _Iter2>; in _GLIBCXX_VISIBILITY()
H A Dranges_algo.h674 using swap_ranges_result = in_in_result<_Iter1, _Iter2>; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h424 struct in_in_result in _GLIBCXX_VISIBILITY() struct
433 operator in_in_result<_IIter1, _IIter2>() const & in _GLIBCXX_VISIBILITY() argument
440 operator in_in_result<_IIter1, _IIter2>() && in _GLIBCXX_VISIBILITY() argument
445 using mismatch_result = in_in_result<_Iter1, _Iter2>; in _GLIBCXX_VISIBILITY()
884 using swap_ranges_result = in_in_result<_Iter1, _Iter2>; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20207813 (in_in_result): New.
7814 (mismatch_result): Change into an alias of in_in_result.
7816 (swap_ranges_result): Change into an alias of in_in_result.