Home
last modified time | relevance | path

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

12

/freebsd-13.1/sys/kern/
H A Dtty_outq.c149 size_t cbegin, cend, clen; in ttyoutq_read() local
164 cbegin = to->to_begin; in ttyoutq_read()
167 clen = cend - cbegin; in ttyoutq_read()
170 memcpy(cbuf, tob->tob_data + cbegin, clen); in ttyoutq_read()
210 size_t cbegin, cend, clen; in ttyoutq_read_uio() local
225 cbegin = to->to_begin; in ttyoutq_read_uio()
228 clen = cend - cbegin; in ttyoutq_read_uio()
251 error = uiomove(tob->tob_data + cbegin, clen, uio); in ttyoutq_read_uio()
262 memcpy(ob, tob->tob_data + cbegin, clen); in ttyoutq_read_uio()
H A Dtty_inq.c175 size_t cbegin, cend, clen; in ttyinq_read_uio() local
190 cbegin = ti->ti_begin; in ttyinq_read_uio()
193 clen = cend - cbegin; in ttyinq_read_uio()
233 error = uiomove(tib->tib_data + cbegin, in ttyinq_read_uio()
245 memcpy(ob, tib->tib_data + cbegin, clen - flen); in ttyinq_read_uio()
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Target/
H A DAssertFrameRecognizer.cpp117 for (auto it = location.symbols.cbegin(); it != location.symbols.cend(); in RegisterAssertFrameRecognizer()
119 if (it != location.symbols.cbegin()) in RegisterAssertFrameRecognizer()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h220 const_iterator cbegin() const { return (Packet.begin()); } in cbegin() function
229 const_packet_range insts() const { return make_range(cbegin(), cend()); } in insts()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h164 const_iterator cbegin() const { return Data; } in cbegin() function
305 const_iterator begin() const { return elements().cbegin(); } in begin()
H A DThreadSafetyTIL.h1610 return std::distance(Predecessors.cbegin(), I); in findPredecessorIndex()
1723 const_iterator begin() const { return cbegin(); } in begin()
1726 const_iterator cbegin() const { return Blocks.cbegin(); } in cbegin() function
/freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/
H A Daccess.h79 auto cbegin(const _Cp& __c) -> decltype(_VSTD::begin(__c))
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h106 const_iterator begin() const { return Regions.cbegin(); } in begin()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h266 const_iterator cbegin() const { in cbegin() function
H A Dxray_segmented_array.h633 Iterator<const T> cbegin() const XRAY_NEVER_INSTRUMENT { in cbegin() function
H A Dxray_fdr_logging.cpp230 It = BQ->cbegin(); in fdrIterator()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dunordered_set103 const_iterator cbegin() const noexcept;
175 const_local_iterator cbegin(size_type n) const;
280 const_iterator cbegin() const noexcept;
352 const_local_iterator cbegin(size_type n) const;
558 const_iterator cbegin() const _NOEXCEPT {return __table_.begin();}
768 const_local_iterator begin(size_type __n) const {return __table_.cbegin(__n);}
772 const_local_iterator cbegin(size_type __n) const {return __table_.cbegin(__n);}
1253 const_iterator cbegin() const _NOEXCEPT {return __table_.begin();}
1434 const_local_iterator begin(size_type __n) const {return __table_.cbegin(__n);}
1438 const_local_iterator cbegin(size_type __n) const {return __table_.cbegin(__n);}
H A Dstring_view92 constexpr const_iterator cbegin() const noexcept;
283 const_iterator begin() const _NOEXCEPT { return cbegin(); }
289 const_iterator cbegin() const _NOEXCEPT { return __data; }
298 const_reverse_iterator rend() const _NOEXCEPT { return const_reverse_iterator(cbegin()); }
304 const_reverse_iterator crend() const _NOEXCEPT { return const_reverse_iterator(cbegin()); }
H A Darray49 const_iterator cbegin() const noexcept; // constexpr in C++17
178 const_iterator cbegin() const _NOEXCEPT {return begin();}
292 const_iterator cbegin() const _NOEXCEPT {return begin();}
H A Dunordered_map110 const_iterator cbegin() const noexcept;
209 const_local_iterator cbegin(size_type n) const;
321 const_iterator cbegin() const noexcept;
397 const_local_iterator cbegin(size_type n) const;
1094 const_iterator cbegin() const _NOEXCEPT {return __table_.begin();}
1428 const_local_iterator begin(size_type __n) const {return __table_.cbegin(__n);}
1432 const_local_iterator cbegin(size_type __n) const {return __table_.cbegin(__n);}
2029 const_iterator cbegin() const _NOEXCEPT {return __table_.begin();}
2231 const_local_iterator begin(size_type __n) const {return __table_.cbegin(__n);}
2235 const_local_iterator cbegin(size_type __n) const {return __table_.cbegin(__n);}
H A Dranges24 inline constexpr unspecified cbegin = unspecified;
H A Dvector73 const_iterator cbegin() const noexcept;
197 const_iterator cbegin() const noexcept;
666 const_iterator cbegin() const _NOEXCEPT
1738 difference_type __ps = __position - cbegin();
2364 const_iterator cbegin() const _NOEXCEPT
2486 {return begin() + (__p - cbegin());}
3109 __r = _VSTD::copy(cbegin(), __position, __v.begin());
3135 __r = _VSTD::copy(cbegin(), __position, __v.begin());
3214 __r = _VSTD::copy(cbegin(), __position, __v.begin());
3281 __r = _VSTD::copy(cbegin(), cend(), __v.begin());
H A Diomanip596 …return __quoted_output (__os, __proxy.__string.cbegin (), __proxy.__string.cend (), __proxy.__deli…
628 ( __s.cbegin(), __s.cend (), __delim, __escape );
H A Dset96 const_iterator cbegin() const noexcept;
301 const_iterator cbegin() const noexcept;
644 const_iterator cbegin() const _NOEXCEPT {return begin();}
1175 const_iterator cbegin() const _NOEXCEPT {return begin();}
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.cpp98 memory_regions.cbegin(), memory_regions.cend(), in MakeTaggedRange()
/freebsd-13.1/contrib/llvm-project/libcxx/include/__ranges/
H A Daccess.h187 inline constexpr auto cbegin = __cbegin::__fn{};
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1465 BaseFunc.getBodySamples().cbegin(), BaseFunc.getBodySamples().cend(), in computeSampleFunctionInternalOverlap()
1466 TestFunc.getBodySamples().cbegin(), TestFunc.getBodySamples().cend()); in computeSampleFunctionInternalOverlap()
1488 BaseFunc.getCallsiteSamples().cbegin(), in computeSampleFunctionInternalOverlap()
1490 TestFunc.getCallsiteSamples().cbegin(), in computeSampleFunctionInternalOverlap()
1511 CallsiteIterStep.getFirstIter()->second.cbegin(), in computeSampleFunctionInternalOverlap()
1513 CallsiteIterStep.getSecondIter()->second.cbegin(), in computeSampleFunctionInternalOverlap()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp484 for (auto Curr = PartitionContainer.cbegin(), in cloneLoops()
485 Next = std::next(PartitionContainer.cbegin()), in cloneLoops()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp258 LocalVars.cbegin(), LocalVars.cend(), std::back_inserter(LocalVarTypes), in processUsedLDS()

12