Home
last modified time | relevance | path

Searched refs:mismatch_result (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_util.h546 using mismatch_result = in_in_result<_Iter1, _Iter2>; in _GLIBCXX_VISIBILITY()
555 constexpr mismatch_result<_Iter1, _Iter2> in _GLIBCXX_VISIBILITY()
576 constexpr mismatch_result<iterator_t<_Range1>, iterator_t<_Range2>> in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h445 using mismatch_result = in_in_result<_Iter1, _Iter2>; in _GLIBCXX_VISIBILITY() local
454 constexpr mismatch_result<_Iter1, _Iter2> in _GLIBCXX_VISIBILITY()
475 constexpr mismatch_result<iterator_t<_Range1>, iterator_t<_Range2>> in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20207814 (mismatch_result): Change into an alias of in_in_result.