| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/ |
| H A D | Graph.h | 219 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 D | HexagonShuffler.h | 220 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 D | forward_list.tcc | 156 assign(__list.cbegin(), __list.cend()); in operator =() 403 auto __ix = __lx.cbegin(); in operator ==() 404 auto __iy = __ly.cbegin(); in operator ==()
|
| H A D | unordered_set.h | 347 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 D | stl_vector.h | 884 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 D | vector.tcc | 150 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 D | unordered_map.h | 338 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 D | forward_list.tcc | 156 assign(__list.cbegin(), __list.cend()); in operator =() 398 auto __ix = __lx.cbegin(); in operator ==() 399 auto __iy = __ly.cbegin(); in operator ==()
|
| H A D | stl_vector.h | 951 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 D | unordered_set.h | 349 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 D | unordered_map.h | 340 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 D | vector.tcc | 153 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 D | vector | 284 cbegin() const noexcept 383 __pos.base() - _Base::cbegin(), 420 __pos.base() - _Base::cbegin(), 448 __pos.base() - _Base::cbegin(),
|
| H A D | multiset.h | 175 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 D | set.h | 172 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 D | map.h | 174 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 D | multimap.h | 174 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 D | ThreadSafetyUtil.h | 164 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 D | unordered_set | 230 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 D | vector | 330 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 D | unordered_map | 236 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 D | vector | 340 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 D | unordered_set | 248 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 D | CodeRegion.h | 106 const_iterator begin() const { return Regions.cbegin(); } in begin()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | unordered_set | 103 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);}
|