Home
last modified time | relevance | path

Searched refs:cbegin (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/sys/kern/
H A Dtty_outq.c146 size_t cbegin, cend, clen; in ttyoutq_read() local
161 cbegin = to->to_begin; in ttyoutq_read()
164 clen = cend - cbegin; in ttyoutq_read()
167 memcpy(cbuf, tob->tob_data + cbegin, clen); in ttyoutq_read()
207 size_t cbegin, cend, clen; in ttyoutq_read_uio() local
222 cbegin = to->to_begin; in ttyoutq_read_uio()
225 clen = cend - cbegin; in ttyoutq_read_uio()
248 error = uiomove(tob->tob_data + cbegin, clen, uio); in ttyoutq_read_uio()
259 memcpy(ob, tob->tob_data + cbegin, clen); in ttyoutq_read_uio()
H A Dtty_inq.c173 size_t cbegin, cend, clen; in ttyinq_read_uio() local
188 cbegin = ti->ti_begin; in ttyinq_read_uio()
191 clen = cend - cbegin; in ttyinq_read_uio()
239 error = uiomove(tib->tib_data + cbegin, in ttyinq_read_uio()
251 memcpy(ob, tib->tib_data + cbegin, clen - flen); in ttyinq_read_uio()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dtzdb_list.cpp67 const_iterator cbegin() const noexcept { return begin(); } in cbegin() function in chrono::tzdb_list::__impl
104 _LIBCPP_NODISCARD_EXT _LIBCPP_EXPORTED_FROM_ABI tzdb_list::const_iterator tzdb_list::cbegin() const… in cbegin() function in chrono::tzdb_list
105 return __impl_->cbegin(); in cbegin()
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h219 const_iterator cbegin() const { in cbegin() function
226 const_iterator begin() const { return cbegin(); } in begin()
286 const_iterator cbegin() const { return G.Vertices.cbegin(); } in cbegin() function
323 const_iterator cbegin() const { return G.Edges.cbegin(); } in cbegin() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSpecialSymbolMap.inc81 SYMBOL(cbegin, std::, <iterator>)
82 SYMBOL(cbegin, std::, <array>)
83 SYMBOL(cbegin, std::, <deque>)
85 SYMBOL(cbegin, std::, <list>)
86 SYMBOL(cbegin, std::, <map>)
87 SYMBOL(cbegin, std::, <regex>)
88 SYMBOL(cbegin, std::, <set>)
89 SYMBOL(cbegin, std::, <span>)
90 SYMBOL(cbegin, std::, <string>)
91 SYMBOL(cbegin, std::, <string_view>)
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DAssertFrameRecognizer.cpp114 for (auto it = location.symbols.cbegin(); it != location.symbols.cend(); in RegisterAssertFrameRecognizer()
116 if (it != location.symbols.cbegin()) in RegisterAssertFrameRecognizer()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h212 const_iterator cbegin() const { return (Packet.begin()); } in cbegin() function
221 const_packet_range insts() const { return make_range(cbegin(), cend()); } in insts()
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dtzdb_list.h54 _LIBCPP_NODISCARD_EXT _LIBCPP_EXPORTED_FROM_ABI const_iterator cbegin() const noexcept;
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h164 const_iterator cbegin() const { return Data; } in cbegin() function
309 const_iterator begin() const { return elements().cbegin(); } in begin()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h114 ConstFragmentIterator cbegin() const { return Fragments.cbegin(); } in cbegin() function
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Daccess.h57 _LIBCPP_HIDE_FROM_ABI constexpr auto cbegin(const _Cp& __c) noexcept(noexcept(std::begin(__c)))
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterFlagsLinux_arm64.cpp188 search_registers.cbegin(), search_registers.cend(), in UpdateRegisterInfo()
H A DMemoryTagManagerAArch64MTE.cpp104 memory_regions.cbegin(), memory_regions.cend(), in MakeTaggedRange()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h266 const_iterator cbegin() const { in cbegin() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h154 const_iterator begin() const { return Regions.cbegin(); } in begin()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp278 SmallDenseMap<StringRef, StringRef> AllocReplacements(std::cbegin(ReplaceMap), in run()
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Daccess.h177 inline constexpr auto cbegin = __cbegin::__fn{};
/freebsd/contrib/llvm-project/libcxx/include/
H A Dunordered_set115 const_iterator cbegin() const noexcept;
189 const_local_iterator cbegin(size_type n) const;
363 const_iterator cbegin() const noexcept;
437 const_local_iterator cbegin(size_type n) const;
746 _LIBCPP_HIDE_FROM_ABI const_iterator cbegin() const _NOEXCEPT { return __table_.begin(); }
900 …_LIBCPP_HIDE_FROM_ABI const_local_iterator begin(size_type __n) const { return __table_.cbegin(__n…
902 …_LIBCPP_HIDE_FROM_ABI const_local_iterator cbegin(size_type __n) const { return __table_.cbegin(__…
1346 _LIBCPP_HIDE_FROM_ABI const_iterator cbegin() const _NOEXCEPT { return __table_.begin(); }
1503 …_LIBCPP_HIDE_FROM_ABI const_local_iterator begin(size_type __n) const { return __table_.cbegin(__n…
1505 …_LIBCPP_HIDE_FROM_ABI const_local_iterator cbegin(size_type __n) const { return __table_.cbegin(__…
H A Dstring_view105 constexpr const_iterator cbegin() const noexcept;
348 …_LIBCPP_CONSTEXPR _LIBCPP_HIDE_FROM_ABI const_iterator begin() const _NOEXCEPT { return cbegin(); }
352 _LIBCPP_CONSTEXPR _LIBCPP_HIDE_FROM_ABI const_iterator cbegin() const _NOEXCEPT {
373 return const_reverse_iterator(cbegin());
381 return const_reverse_iterator(cbegin());
H A Darray49 const_iterator cbegin() const noexcept; // constexpr in C++17
218 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 const_iterator cbegin() const _NOEXCEPT { retu…
323 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 const_iterator cbegin() const _NOEXCEPT { retu…
H A Dunordered_map121 const_iterator cbegin() const noexcept;
222 const_local_iterator cbegin(size_type n) const;
407 const_iterator cbegin() const noexcept;
485 const_local_iterator cbegin(size_type n) const;
1218 _LIBCPP_HIDE_FROM_ABI const_iterator cbegin() const _NOEXCEPT { return __table_.begin(); }
1453 …_LIBCPP_HIDE_FROM_ABI const_local_iterator begin(size_type __n) const { return __table_.cbegin(__n…
1455 …_LIBCPP_HIDE_FROM_ABI const_local_iterator cbegin(size_type __n) const { return __table_.cbegin(__…
2026 _LIBCPP_HIDE_FROM_ABI const_iterator cbegin() const _NOEXCEPT { return __table_.begin(); }
2196 …_LIBCPP_HIDE_FROM_ABI const_local_iterator begin(size_type __n) const { return __table_.cbegin(__n…
2198 …_LIBCPP_HIDE_FROM_ABI const_local_iterator cbegin(size_type __n) const { return __table_.cbegin(__…
H A Dvector79 const_iterator cbegin() const noexcept;
211 const_iterator cbegin() const noexcept;
587 …_LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI const_iterator cbegin() const _NOEXCEPT { retu…
1530 difference_type __ps = __position - cbegin();
2018 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const_iterator cbegin() const _NOEXCEPT { retu…
2215 return begin() + (__p - cbegin());
2644 __r = std::copy(cbegin(), __position, __v.begin());
2666 __r = std::copy(cbegin(), __position, __v.begin());
2740 __r = std::copy(cbegin(), __position, __v.begin());
2796 __r = std::copy(cbegin(), cend(), __v.begin());
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-filepath.cc389 auto i = pathname_.cbegin(); in Normalize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp477 for (auto Curr = PartitionContainer.cbegin(), in cloneLoops()
478 Next = std::next(PartitionContainer.cbegin()), in cloneLoops()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Diterator.inc228 using std::cbegin;

12