/llvm-project/libcxx/test/std/time/time.zone/time.zone.db/time.zone.db.list/ |
H A D | iterators.pass.cpp | 45 std::same_as<it> auto cend = list.cend(); in main() local
|
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/ |
H A D | buffer.h | 20 const T* cend() const { return cbegin() + N; } in cend() function
|
/llvm-project/libcxx/test/std/iterators/iterator.range/ |
H A D | begin-end.adl.pass.cpp | 38 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 D | tzdb_list.h | 63 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI const_iterator cend() const noexcept { return __cend(); } in cend() function
|
/llvm-project/llvm/include/llvm/XRay/ |
H A D | Graph.h | 234 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 D | loop-convert-structured-binding.cpp | 14 const T *cend() const { return data + Size; } in cend() function
|
H A D | use-ranges.cpp | 51 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 D | containers.h | 88 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 D | use-ranges.cpp | 50 template <typename Container> constexpr auto cend(const Container &Cont) { cend() function
|
/llvm-project/libc/src/__support/CPP/ |
H A D | array.h | 55 LIBC_INLINE constexpr const_iterator cend() const { return end(); } cend() function
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | MachineInstrBundleIteratorTest.cpp | 165 auto cend = [&]() -> const_iterator { return CL.end(); }; in TEST() local
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_buffer_queue.h | 270 const_iterator cend() const { in cend() function
|
H A D | xray_segmented_array.h | 635 Iterator<const T> cend() const XRAY_NEVER_INSTRUMENT { in cend() function
|
/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | DeclarationFragments.h | 116 ConstFragmentIterator cend() const { return Fragments.cend(); } in cend() function
|
/llvm-project/libcxx/test/support/ |
H A D | nasty_containers.h | 68 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 D | ThreadSafetyUtil.h | 165 const_iterator cend() const { return Data + Size; } in cend() function
|
H A D | ThreadSafetyTIL.h | 1734 const_iterator cend() const { return Blocks.cend(); } cend() function
|
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.h | 213 const_iterator cend() const { return (Packet.end()); } in cend() function
|
/llvm-project/flang/include/flang/Semantics/ |
H A D | scope.h | 138 const_iterator cend() const { return symbols_.cend(); } in cend() function
|
/llvm-project/pstl/test/support/ |
H A D | utils.h | 370 cend() const in cend() function
|