/openbsd-src/gnu/llvm/libcxx/include/__iterator/ |
H A D | reverse_access.h | 35 reverse_iterator<_Tp*> rend(_Tp (&__array)[_Np]) in rend() function 49 reverse_iterator<const _Ep*> rend(initializer_list<_Ep> __il) in rend() function
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
H A D | iterators_fn_imps.hpp | 98 rend() in rend() function in PB_DS_CLASS_C_DEC 106 rend() const in rend() function in PB_DS_CLASS_C_DEC
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
H A D | iterators_fn_imps.hpp | 94 rend() in rend() function in PB_DS_CLASS_C_DEC 100 rend() const in rend() function in PB_DS_CLASS_C_DEC
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | EnumeratedArray.h | 76 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function 77 const_reverse_iterator rend() const { in rend() function
|
H A D | TinyPtrVector.h | 207 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function 213 const_reverse_iterator rend() const { in rend() function
|
H A D | MapVector.h | 77 reverse_iterator rend() { return Vector.rend(); } in rend() function 78 const_reverse_iterator rend() const { return Vector.rend(); } in rend() function
|
H A D | SetVector.h | 112 reverse_iterator rend() { in rend() function 117 const_reverse_iterator rend() const { in rend() function
|
H A D | simple_ilist.h | 125 reverse_iterator rend() { return reverse_iterator(Sentinel); } in rend() function 126 const_reverse_iterator rend() const { in rend() function
|
H A D | AllocatorList.h | 166 reverse_iterator rend() { return reverse_iterator(List.rend()); } in rend() function 170 const_reverse_iterator rend() const { in rend() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | Trace.h | 92 reverse_iterator rend () { return BasicBlocks.rend(); } in rend() function 93 const_reverse_iterator rend () const { return BasicBlocks.rend(); } in rend() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 100 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function 101 const_reverse_iterator rend() const { in rend() function
|
/openbsd-src/usr.bin/yacc/ |
H A D | warshall.c | 45 unsigned int *rowj, *rp, *rend, *ccol, *relend, *cword, *rowi; in transitive_closure() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | BasicBlock.h | 321 inline reverse_iterator rend () { return InstList.rend(); } in rend() function 322 inline const_reverse_iterator rend () const { return InstList.rend(); } in rend() function
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_multimap.h | 289 rend() { return _M_t.rend(); } in rend() function 297 rend() const { return _M_t.rend(); } in rend() function
|
H A D | stl_map.h | 274 rend() { return _M_t.rend(); } in rend() function 282 rend() const { return _M_t.rend(); } in rend() function
|
/openbsd-src/libexec/ld.so/mips64/ |
H A D | boot_md.c | 62 const RELOC_TYPE *rend; in _dl_boot_bind() local
|
/openbsd-src/libexec/ld.so/hppa/ |
H A D | boot_md.c | 59 const RELOC_TYPE *rend; in _dl_boot_bind() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyUtil.h | 168 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function 174 const_reverse_iterator rend() const { in rend() function
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/debug/ |
H A D | set.h | 132 rend() in rend() function 136 rend() const in rend() function
|
H A D | multimap.h | 134 rend() in rend() function 138 rend() const in rend() function
|
H A D | map.h | 136 rend() in rend() function 140 rend() const in rend() function
|
H A D | multiset.h | 132 rend() in rend() function 136 rend() const in rend() function
|
/openbsd-src/libexec/ld.so/ |
H A D | boot.c | 69 RELOC_TYPE *rend; in _dl_boot_bind() local
|
/openbsd-src/lib/csu/ |
H A D | boot.h | 86 RELOC_TYPE *dt_reloc, *rend; /* DT_RELA or DT_REL */ in _dl_boot_bind() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Option/ |
H A D | ArgList.h | 195 reverse_iterator rend() { return {Args.rend(), Args.rend()}; } in rend() function 201 const_reverse_iterator rend() const { return {Args.rend(), Args.rend()}; } in rend() function
|