Home
last modified time | relevance | path

Searched defs:rend (Results 1 – 25 of 79) sorted by relevance

1234

/openbsd-src/gnu/llvm/libcxx/include/__iterator/
H A Dreverse_access.h35 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 Diterators_fn_imps.hpp98 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 Diterators_fn_imps.hpp94 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 DEnumeratedArray.h76 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function
77 const_reverse_iterator rend() const { in rend() function
H A DTinyPtrVector.h207 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function
213 const_reverse_iterator rend() const { in rend() function
H A DMapVector.h77 reverse_iterator rend() { return Vector.rend(); } in rend() function
78 const_reverse_iterator rend() const { return Vector.rend(); } in rend() function
H A DSetVector.h112 reverse_iterator rend() { in rend() function
117 const_reverse_iterator rend() const { in rend() function
H A Dsimple_ilist.h125 reverse_iterator rend() { return reverse_iterator(Sentinel); } in rend() function
126 const_reverse_iterator rend() const { in rend() function
H A DAllocatorList.h166 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 DTrace.h92 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 DBumpVector.h100 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 Dwarshall.c45 unsigned int *rowj, *rp, *rend, *ccol, *relend, *cword, *rowi; in transitive_closure() local
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DBasicBlock.h321 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 Dstl_multimap.h289 rend() { return _M_t.rend(); } in rend() function
297 rend() const { return _M_t.rend(); } in rend() function
H A Dstl_map.h274 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 Dboot_md.c62 const RELOC_TYPE *rend; in _dl_boot_bind() local
/openbsd-src/libexec/ld.so/hppa/
H A Dboot_md.c59 const RELOC_TYPE *rend; in _dl_boot_bind() local
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h168 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 Dset.h132 rend() in rend() function
136 rend() const in rend() function
H A Dmultimap.h134 rend() in rend() function
138 rend() const in rend() function
H A Dmap.h136 rend() in rend() function
140 rend() const in rend() function
H A Dmultiset.h132 rend() in rend() function
136 rend() const in rend() function
/openbsd-src/libexec/ld.so/
H A Dboot.c69 RELOC_TYPE *rend; in _dl_boot_bind() local
/openbsd-src/lib/csu/
H A Dboot.h86 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 DArgList.h195 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

1234