Home
last modified time | relevance | path

Searched defs:cend (Results 1 – 20 of 20) sorted by relevance

/llvm-project/libcxx/test/std/time/time.zone/time.zone.db/time.zone.db.list/
H A Diterators.pass.cpp45 std::same_as<it> auto cend = list.cend(); in main() local
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/
H A Dbuffer.h20 const T* cend() const { return cbegin() + N; } in cend() function
/llvm-project/libcxx/test/std/iterators/iterator.range/
H A Dbegin-end.adl.pass.cpp38 friend constexpr int cend(ContainerHijacker&) { return 42; } in cend() function
40 friend constexpr int cend(const ContainerHijacker&) { return 42; } in cend() function
/llvm-project/libcxx/include/__chrono/
H A Dtzdb_list.h63 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI const_iterator cend() const noexcept { return __cend(); } in cend() function
/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h234 const_iterator cend() const { in cend() function
287 const_iterator cend() const { return G.Vertices.cend(); } in cend() function
324 const_iterator cend() const { return G.Edges.cend(); } in cend() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-structured-binding.cpp14 const T *cend() const { return data + Size; } in cend() function
H A Duse-ranges.cpp51 template <typename Container> constexpr auto cend(const Container &Cont) { cend() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/use-auto/
H A Dcontainers.h88 const_iterator cend() const { return _end; } in cend() function
170 const_iterator cend() const { return &v[n - 1]; } in cend() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/boost/
H A Duse-ranges.cpp50 template <typename Container> constexpr auto cend(const Container &Cont) { cend() function
/llvm-project/libc/src/__support/CPP/
H A Darray.h55 LIBC_INLINE constexpr const_iterator cend() const { return end(); } cend() function
/llvm-project/llvm/unittests/CodeGen/
H A DMachineInstrBundleIteratorTest.cpp165 auto cend = [&]() -> const_iterator { return CL.end(); }; in TEST() local
/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h270 const_iterator cend() const { in cend() function
H A Dxray_segmented_array.h635 Iterator<const T> cend() const XRAY_NEVER_INSTRUMENT { in cend() function
/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h116 ConstFragmentIterator cend() const { return Fragments.cend(); } in cend() function
/llvm-project/libcxx/test/support/
H A Dnasty_containers.h68 const_iterator cend() const TEST_NOEXCEPT { return v_.cend(); } in cend() function
207 const_iterator cend() const TEST_NOEXCEPT { return l_.cend(); } in cend() function
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h165 const_iterator cend() const { return Data + Size; } in cend() function
H A DThreadSafetyTIL.h1734 const_iterator cend() const { return Blocks.cend(); } cend() function
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h213 const_iterator cend() const { return (Packet.end()); } in cend() function
/llvm-project/flang/include/flang/Semantics/
H A Dscope.h138 const_iterator cend() const { return symbols_.cend(); } in cend() function
/llvm-project/pstl/test/support/
H A Dutils.h370 cend() const in cend() function