| /freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | reverse_access.h | 31 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 reverse_iterator<_Tp*> rend(_Tp (&__array)[_Np]… in rend() function 41 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 reverse_iterator<const _Ep*> rend(initializer_l… in rend() function
|
| /freebsd/contrib/llvm-project/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 | 177 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function 183 const_reverse_iterator rend() const { in rend() function
|
| H A D | MapVector.h | 79 reverse_iterator rend() { return Vector.rend(); } in rend() function 80 const_reverse_iterator rend() const { return Vector.rend(); } in rend() function
|
| H A D | simple_ilist.h | 125 reverse_iterator rend() { return reverse_iterator(Sentinel); } rend() function 126 const_reverse_iterator rend() const { rend() function
|
| H A D | SetVector.h | 139 reverse_iterator rend() { in rend() function 144 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
|
| H A D | ArrayRef.h | 139 reverse_iterator rend() const { return reverse_iterator(begin()); } in rend() function 355 reverse_iterator rend() const { return reverse_iterator(begin()); } in rend() function
|
| /freebsd/contrib/llvm-project/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
|
| /freebsd/contrib/kyua/utils/process/ |
| H A D | fdstream_test.cpp | 53 ifdstream rend(fds[0]); in ATF_TEST_CASE_BODY() local
|
| /freebsd/contrib/llvm-project/libc/src/__support/CPP/ |
| H A D | array.h | 68 LIBC_INLINE constexpr reverse_iterator rend() { in rend() function 71 LIBC_INLINE constexpr const_reverse_iterator rend() const { in rend() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | GCMetadata.h | 181 reverse_iterator rend() { return Strategies.rend(); } in rend() function 182 const_reverse_iterator rend() const { return Strategies.rend(); } in rend() function
|
| /freebsd/contrib/byacc/ |
| H A D | warshall.c | 12 unsigned *rend; in transitive_closure() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/ |
| H A D | BumpVector.h | 109 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function 110 const_reverse_iterator rend() const { in rend() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | BasicBlock.h | 477 inline reverse_iterator rend() { return InstList.rend(); } in rend() function 478 inline const_reverse_iterator rend() const { return InstList.rend(); } in rend() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | BasicBlock.h | 96 std::reverse_iterator<iterator> rend() const { in rend() function
|
| /freebsd/contrib/llvm-project/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
|
| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | fixedvector.h | 114 LIBC_INLINE constexpr reverse_iterator rend() { return store.rend(); } in rend() function
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Symbols.cpp | 71 for (auto it = isec->symbols.rbegin(), rend = isec->symbols.rend(); in Defined() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDie.h | 486 inline std::reverse_iterator<DWARFDie::iterator> DWARFDie::rend() const { in rend() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTVector.h | 105 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function 106 const_reverse_iterator rend() const { return const_reverse_iterator(begin());} in rend() function
|
| /freebsd/contrib/mandoc/ |
| H A D | roff_escape.c | 67 int *resc, int *rnam, int *rarg, int *rendarg, int *rend) in roff_escape()
|
| /freebsd/sys/arm/arm/ |
| H A D | bus_space_generic.c | 82 generic_bs_alloc(bus_space_tag_t t, bus_addr_t rstart, bus_addr_t rend, bus_size_t size, in generic_bs_alloc()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | ArgList.h | 196 reverse_iterator rend() { return {Args.rend(), Args.rend()}; } in rend() function 202 const_reverse_iterator rend() const { return {Args.rend(), Args.rend()}; } in rend() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 156 ModuleReverseIterator rend() { return Chain.rend(); } in rend() function
|