Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDtty_outq.c141 size_t cbegin, cend, clen; in ttyoutq_read() local
156 cbegin = to->to_begin; in ttyoutq_read()
159 clen = cend - cbegin; in ttyoutq_read()
162 memcpy(cbuf, tob->tob_data + cbegin, clen); in ttyoutq_read()
202 size_t cbegin, cend, clen; in ttyoutq_read_uio() local
217 cbegin = to->to_begin; in ttyoutq_read_uio()
220 clen = cend - cbegin; in ttyoutq_read_uio()
243 error = uiomove(tob->tob_data + cbegin, clen, uio); in ttyoutq_read_uio()
254 memcpy(ob, tob->tob_data + cbegin, clen); in ttyoutq_read_uio()
HDtty_inq.c167 size_t cbegin, cend, clen; in ttyinq_read_uio() local
182 cbegin = ti->ti_begin; in ttyinq_read_uio()
185 clen = cend - cbegin; in ttyinq_read_uio()
225 error = uiomove(tib->tib_data + cbegin, in ttyinq_read_uio()
237 memcpy(ob, tib->tib_data + cbegin, clen - flen); in ttyinq_read_uio()
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDThreadSafetyUtil.h162 const_iterator cbegin() const { return Data; } in cbegin() function
304 const_iterator begin() const { return elements().cbegin(); } in begin()
HDThreadSafetyTIL.h1623 auto I = std::find(Predecessors.cbegin(), Predecessors.cend(), BB); in findPredecessorIndex()
1624 return std::distance(Predecessors.cbegin(), I); in findPredecessorIndex()
1722 const_iterator begin() const { return cbegin(); } in begin()
1725 const_iterator cbegin() const { return Blocks.cbegin(); } in cbegin() function
/NextBSD/contrib/libc++/include/
Dunordered_set101 const_iterator cbegin() const noexcept;
146 const_local_iterator cbegin(size_type n) const;
249 const_iterator cbegin() const noexcept;
294 const_local_iterator cbegin(size_type n) const;
469 const_iterator cbegin() const _NOEXCEPT {return __table_.begin();}
585 const_local_iterator begin(size_type __n) const {return __table_.cbegin(__n);}
589 const_local_iterator cbegin(size_type __n) const {return __table_.cbegin(__n);}
1003 const_iterator cbegin() const _NOEXCEPT {return __table_.begin();}
1087 const_local_iterator begin(size_type __n) const {return __table_.cbegin(__n);}
1091 const_local_iterator cbegin(size_type __n) const {return __table_.cbegin(__n);}
Darray50 const_iterator cbegin() const noexcept;
166 const_iterator cbegin() const _NOEXCEPT {return begin();}
Dunordered_map108 const_iterator cbegin() const noexcept;
180 const_local_iterator cbegin(size_type n) const;
290 const_iterator cbegin() const noexcept;
339 const_local_iterator cbegin(size_type n) const;
929 const_iterator cbegin() const _NOEXCEPT {return __table_.begin();}
1178 const_local_iterator begin(size_type __n) const {return __table_.cbegin(__n);}
1182 const_local_iterator cbegin(size_type __n) const {return __table_.cbegin(__n);}
1778 const_iterator cbegin() const _NOEXCEPT {return __table_.begin();}
1873 const_local_iterator begin(size_type __n) const {return __table_.cbegin(__n);}
1877 const_local_iterator cbegin(size_type __n) const {return __table_.cbegin(__n);}
Dvector74 const_iterator cbegin() const noexcept;
198 const_iterator cbegin() const noexcept;
627 const_iterator cbegin() const _NOEXCEPT
1673 difference_type __ps = __position - cbegin();
2290 const_iterator cbegin() const _NOEXCEPT
2401 {return begin() + (__p - cbegin());}
3011 __r = _VSTD::copy(cbegin(), __position, __v.begin());
3037 __r = _VSTD::copy(cbegin(), __position, __v.begin());
3114 __r = _VSTD::copy(cbegin(), __position, __v.begin());
3181 __r = _VSTD::copy(cbegin(), cend(), __v.begin());
Diomanip610 …return __quoted_output (__os, __proxy.__string.cbegin (), __proxy.__string.cend (), __proxy.__deli…
641 ( __s.cbegin(), __s.cend (), __delim, __escape );
Dset95 const_iterator cbegin() const noexcept;
277 const_iterator cbegin() const noexcept;
571 const_iterator cbegin() const _NOEXCEPT {return begin();}
980 const_iterator cbegin() const _NOEXCEPT {return begin();}
Dmap106 const_iterator cbegin() const noexcept;
323 const_iterator cbegin() const noexcept;
1033 const_iterator cbegin() const _NOEXCEPT {return begin();}
1890 const_iterator cbegin() const _NOEXCEPT {return begin();}
Diterator314 template <class C> auto cbegin(const C& c) -> decltype(std::begin(c)); // C++14
1489 auto cbegin(const _Cp& __c) -> decltype(begin(__c))
Dforward_list77 const_iterator cbegin() const noexcept;
629 const_iterator cbegin() const _NOEXCEPT
D__hash_table1043 cbegin(size_type __n) const
1046 "unordered container::cbegin(n) called with n >= bucket_count()");
Dlist81 const_iterator cbegin() const noexcept;
886 const_iterator cbegin() const _NOEXCEPT {return base::begin();}
Ddeque85 const_iterator cbegin() const noexcept;
1261 const_iterator cbegin() const _NOEXCEPT
Dstring134 const_iterator cbegin() const noexcept;
1431 const_iterator cbegin() const _NOEXCEPT
Dregex475 const_iterator cbegin() const;
5325 const_iterator cbegin() const {return empty() ? __matches_.end() : __matches_.begin();}
/NextBSD/contrib/libc++/include/experimental/
Ddynarray59 const_iterator cbegin() const noexcept;
184 …inline _LIBCPP_INLINE_VISIBILITY const_iterator cbegin() const noexcept { return const_iterator(da…
Dstring_view88 constexpr const_iterator cbegin() const noexcept;
239 const_iterator begin() const _NOEXCEPT { return cbegin(); }
245 const_iterator cbegin() const _NOEXCEPT { return __data; }
254 … const_reverse_iterator rend() const _NOEXCEPT { return const_reverse_iterator(cbegin()); }
260 … const_reverse_iterator crend() const _NOEXCEPT { return const_reverse_iterator(cbegin()); }
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLoopDistribute.cpp412 for (auto Curr = PartitionContainer.cbegin(), in cloneLoops()
413 Next = std::next(PartitionContainer.cbegin()), in cloneLoops()
/NextBSD/contrib/libucl/include/
Ducl++.h408 const_iterator cbegin() const in cbegin() function
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmnLLDBDebuggerHandleEvents.cpp1677 …const bool bFound = std::find(rSessionInfo.m_vecActiveThreadId.cbegin(), rSessionInfo.m_vecActiveT… in ChkForStateChanges()