Home
last modified time | relevance | path

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

123456

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dforward_list.tcc156 assign(__list.cbegin(), __list.cend()); in operator =()
403 auto __ix = __lx.cbegin(); in operator ==()
404 auto __iy = __ly.cbegin(); in operator ==()
H A Dunordered_set.h347 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
746 cbegin(size_type __n) const in _GLIBCXX_VISIBILITY()
747 { return _M_h.cbegin(__n); } in _GLIBCXX_VISIBILITY()
1162 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
1540 cbegin(size_type __n) const in _GLIBCXX_VISIBILITY()
1541 { return _M_h.cbegin(__n); } in _GLIBCXX_VISIBILITY()
H A Dstl_vector.h884 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
1312 auto __offset = __position - cbegin(); in _GLIBCXX_VISIBILITY()
1337 difference_type __offset = __position - cbegin(); in _GLIBCXX_VISIBILITY()
1382 difference_type __offset = __position - cbegin(); in _GLIBCXX_VISIBILITY()
1431 { return _M_erase(begin() + (__position - cbegin())); } in _GLIBCXX_VISIBILITY()
1460 const auto __cbeg = cbegin(); in _GLIBCXX_VISIBILITY()
H A Dvector.tcc150 const auto __pos = begin() + (__position - cbegin()); in insert()
161 _M_realloc_insert(begin() + (__position - cbegin()), __x); in insert()
343 const auto __n = __position - cbegin(); in _M_insert_rval()
368 const auto __n = __position - cbegin(); in _M_emplace_aux()
H A Dunordered_map.h338 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
1061 cbegin(size_type __n) const in _GLIBCXX_VISIBILITY()
1062 { return _M_h.cbegin(__n); } in _GLIBCXX_VISIBILITY()
1485 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
1912 cbegin(size_type __n) const in _GLIBCXX_VISIBILITY()
1913 { return _M_h.cbegin(__n); } in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dforward_list.tcc156 assign(__list.cbegin(), __list.cend()); in operator =()
398 auto __ix = __lx.cbegin(); in operator ==()
399 auto __iy = __ly.cbegin(); in operator ==()
H A Dstl_vector.h951 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
1410 auto __offset = __position - cbegin(); in _GLIBCXX_VISIBILITY()
1436 difference_type __offset = __position - cbegin(); in _GLIBCXX_VISIBILITY()
1482 difference_type __offset = __position - cbegin(); in _GLIBCXX_VISIBILITY()
1532 { return _M_erase(begin() + (__position - cbegin())); } in _GLIBCXX_VISIBILITY()
1562 const auto __cbeg = cbegin(); in _GLIBCXX_VISIBILITY()
H A Dunordered_set.h349 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
798 cbegin(size_type __n) const in _GLIBCXX_VISIBILITY()
799 { return _M_h.cbegin(__n); } in _GLIBCXX_VISIBILITY()
1216 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
1643 cbegin(size_type __n) const in _GLIBCXX_VISIBILITY()
1644 { return _M_h.cbegin(__n); } in _GLIBCXX_VISIBILITY()
H A Dunordered_map.h340 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
1058 cbegin(size_type __n) const in _GLIBCXX_VISIBILITY()
1059 { return _M_h.cbegin(__n); } in _GLIBCXX_VISIBILITY()
1484 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
1958 cbegin(size_type __n) const in _GLIBCXX_VISIBILITY()
1959 { return _M_h.cbegin(__n); } in _GLIBCXX_VISIBILITY()
H A Dvector.tcc153 const auto __pos = begin() + (__position - cbegin()); in insert()
164 _M_realloc_insert(begin() + (__position - cbegin()), __x); in insert()
353 const auto __n = __position - cbegin(); in _M_insert_rval()
379 const auto __n = __position - cbegin(); in _M_emplace_aux()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/
H A Dvector284 cbegin() const noexcept
383 __pos.base() - _Base::cbegin(),
420 __pos.base() - _Base::cbegin(),
448 __pos.base() - _Base::cbegin(),
H A Dmultiset.h175 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
176 { return const_iterator(_Base::cbegin(), this); } in _GLIBCXX_VISIBILITY()
223 return const_reverse_iterator(cbegin()); in _GLIBCXX_VISIBILITY()
H A Dset.h172 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
173 { return const_iterator(_Base::cbegin(), this); } in _GLIBCXX_VISIBILITY()
220 return const_reverse_iterator(cbegin()); in _GLIBCXX_VISIBILITY()
H A Dmap.h174 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
175 { return const_iterator(_Base::cbegin(), this); } in _GLIBCXX_VISIBILITY()
222 return const_reverse_iterator(cbegin()); in _GLIBCXX_VISIBILITY()
H A Dmultimap.h174 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
175 { return const_iterator(_Base::cbegin(), this); } in _GLIBCXX_VISIBILITY()
222 return const_reverse_iterator(cbegin()); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dunordered_set230 cbegin() const noexcept
231 { return { _Base::cbegin(), this }; }
267 cbegin(size_type __b) const
270 return { _Base::cbegin(__b), this };
799 cbegin() const noexcept
800 { return { _Base::cbegin(), this }; }
836 cbegin(size_type __b) const
839 return { _Base::cbegin(__b), this };
H A Dvector330 cbegin() const noexcept
524 difference_type __offset = __position.base() - _Base::cbegin();
573 difference_type __offset = __position.base() - _Base::cbegin();
612 difference_type __offset = __position.base() - _Base::cbegin();
691 return { _Base::begin() + (__first.base() - _Base::cbegin()), this };
H A Dunordered_map236 cbegin() const noexcept
237 { return { _Base::cbegin(), this }; }
273 cbegin(size_type __b) const
276 return { _Base::cbegin(__b), this };
929 cbegin() const noexcept
930 { return { _Base::cbegin(), this }; }
966 cbegin(size_type __b) const
969 return { _Base::cbegin(__b), this };
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dvector340 cbegin() const noexcept
544 difference_type __offset = __position.base() - _Base::cbegin();
593 difference_type __offset = __position.base() - _Base::cbegin();
632 difference_type __offset = __position.base() - _Base::cbegin();
711 return { _Base::begin() + (__first.base() - _Base::cbegin()), this };
H A Dunordered_set248 cbegin() const noexcept
249 { return { _Base::cbegin(), this }; }
285 cbegin(size_type __b) const
288 return { _Base::cbegin(__b), this };
928 cbegin() const noexcept
929 { return { _Base::cbegin(), this }; }
965 cbegin(size_type __b) const
968 return { _Base::cbegin(__b), this };
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A DCodeRegion.h106 const_iterator begin() const { return Regions.cbegin(); } in begin()
/netbsd-src/external/apache2/llvm/dist/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;
557 const_iterator cbegin() const _NOEXCEPT {return __table_.begin();}
767 const_local_iterator begin(size_type __n) const {return __table_.cbegin(__n);}
771 const_local_iterator cbegin(size_type __n) const {return __table_.cbegin(__n);}
1252 const_iterator cbegin() const _NOEXCEPT {return __table_.begin();}
1433 const_local_iterator begin(size_type __n) const {return __table_.cbegin(__n);}
1437 const_local_iterator cbegin(size_type __n) const {return __table_.cbegin(__n);}

123456