Home
last modified time | relevance | path

Searched defs:crend (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/test/std/iterators/iterator.range/
H A Dbegin-end.adl.pass.cpp46 friend constexpr int crend(ContainerHijacker&) { return 42; } in crend() function
48 friend constexpr int crend(const ContainerHijacker&) { return 42; } in crend() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-ranges.cpp75 template <typename Container> constexpr auto crend(const Container &Cont) { crend() function
/llvm-project/libc/src/__support/CPP/
H A Darray.h73 LIBC_INLINE constexpr const_reverse_iterator crend() const { return rend(); } crend() function
/llvm-project/llvm/unittests/CodeGen/
H A DMachineInstrBundleIteratorTest.cpp167 auto crend = [&]() -> const_reverse_iterator { return CL.rend(); }; in TEST() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/use-auto/
H A Dcontainers.h132 const_reverse_iterator crend() const { return _rend; } in crend() function
/llvm-project/libcxx/test/support/
H A Dnasty_containers.h70 const_reverse_iterator crend() const TEST_NOEXCEPT { return v_.crend(); } in crend() function
209 const_reverse_iterator crend() const TEST_NOEXCEPT { return l_.crend(); } in crend() function