Searched refs:rend (Results 51 - 61 of 61) sorted by relevance

123

/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_tree.h694 reverse_iterator rend() { return reverse_iterator(begin()); } function in class:_Rb_tree
695 const_reverse_iterator rend() const { function in class:_Rb_tree
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_deque.h1211 rend() _GLIBCXX_NOEXCEPT
1220 rend() const _GLIBCXX_NOEXCEPT
H A Dbasic_string.h662 rend() _GLIBCXX_NOEXCEPT
671 rend() const _GLIBCXX_NOEXCEPT
3067 rend() // FIXME C++11: should be noexcept.
3076 rend() const _GLIBCXX_NOEXCEPT
H A Dstl_tree.h893 rend() _GLIBCXX_NOEXCEPT
897 rend() const _GLIBCXX_NOEXCEPT
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dvstring.h372 rend() _GLIBCXX_NOEXCEPT
381 rend() const _GLIBCXX_NOEXCEPT
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A Dpr46567.C2120 rend() function in class:std::list
2123 rend() const function in class:std::list
/haiku-buildtools/binutils/bfd/
H A Delfxx-mips.c8163 const Elf_Internal_Rela *r, *rend;
8177 rend = sec_relocs + o->reloc_count;
8178 for (r = sec_relocs; r < rend; r++)
8186 if (r < rend)
8289 const Elf_Internal_Rela *r, *rend;
8303 rend = sec_relocs + o->reloc_count;
8304 for (r = sec_relocs; r < rend; r++)
8312 if (r < rend)
8132 const Elf_Internal_Rela *r, *rend; local
8258 const Elf_Internal_Rela *r, *rend; local
/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c6167 const Elf_Internal_Rela *r, *rend;
6186 rend = sec_relocs + o->reloc_count;
6187 for (r = sec_relocs; r < rend; r++)
6195 if (r < rend)
6139 const Elf_Internal_Rela *r, *rend; local
/haiku-buildtools/binutils/gold/
H A Dscript.cc2372 p != this->globs_.rend();
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dparse.cc5419 p != bc_stack->rend();
H A Dgogo.cc1473 p != this->functions_.rend();

Completed in 380 milliseconds

123