Searched refs:__rend (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
H A D | formatter.h | 186 __rend, // reverse-past-the-end enumerator 415 return __rend; in _S_reverse_state()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
H A D | formatter.h | 187 __rend, // reverse-past-the-end enumerator 418 return __rend; in _S_reverse_state()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | ropeimpl.h | 1456 const_iterator __rend(__right, __right_len); in _GLIBCXX_VISIBILITY() 1459 __rstart, __rend); in _GLIBCXX_VISIBILITY() 1476 const_iterator __rend(__right, __right_len); in _GLIBCXX_VISIBILITY() 1478 __rstart, __rend); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | ropeimpl.h | 1453 const_iterator __rend(__right, __right_len); in _GLIBCXX_VISIBILITY() 1456 __rstart, __rend); in _GLIBCXX_VISIBILITY() 1473 const_iterator __rend(__right, __right_len); in _GLIBCXX_VISIBILITY() 1475 __rstart, __rend); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | deque.tcc | 1127 _Tp* __rend = __result._M_cur; in _M_insert_aux() local 1131 __rend = *(__result._M_node - 1) + __rlen; in _M_insert_aux() 1135 std::__copy_move_backward_a1<_IsMove>(__last - __clen, __last, __rend); in _M_insert_aux()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | deque.tcc | 1181 _Tp* __rend = __result._M_cur; in _M_insert_aux() local 1185 __rend = *(__result._M_node - 1) + __rlen; in _M_insert_aux() 1189 std::__copy_move_backward_a1<_IsMove>(__last - __clen, __last, __rend); in _M_insert_aux()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2018 | 5244 (_Iterator_state::__rend): New.
|