| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| gdb_tilde_expand.cc | 91 = std::find_if (d.cbegin (), d.cend(), 94 const std::string to_expand (d.cbegin (), first_sep);
|
| selftest.cc | 138 return selftests_range (tests.cbegin (), tests.cend ());
|
| owning_intrusive_list.h | 44 using base::cbegin;
|
| array-view.h | 163 constexpr const_iterator cbegin () const noexcept { return m_array; }
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| gdb_tilde_expand.cc | 91 = std::find_if (d.cbegin (), d.cend(), 94 const std::string to_expand (d.cbegin (), first_sep);
|
| selftest.cc | 138 return selftests_range (tests.cbegin (), tests.cend ());
|
| owning_intrusive_list.h | 44 using base::cbegin;
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| cooked-index-shard.h | 67 return { m_entries.cbegin (), m_entries.cend () };
|
| cooked-index-shard.c | 327 (std::equal_range (m_entries.cbegin (), m_entries.cend (), name.c_str (),
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/ |
| Graph.h | 219 const_iterator cbegin() const { function in class:llvm::xray::Graph::InOutEdgeView 226 const_iterator begin() const { return cbegin(); } 286 const_iterator cbegin() const { return G.Vertices.cbegin(); } function in class:llvm::xray::Graph::VertexView 323 const_iterator cbegin() const { return G.Edges.cbegin(); } function in class:llvm::xray::Graph::EdgeView
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/ |
| CodeRegion.h | 106 const_iterator begin() const { return Regions.cbegin(); }
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| HexagonShuffler.h | 220 const_iterator cbegin() const { return (Packet.begin()); } function in class:llvm::HexagonShuffler 229 const_packet_range insts() const { return make_range(cbegin(), cend()); }
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_buffer_queue.h | 267 const_iterator cbegin() const { function in class:__xray::BufferQueue
|
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| ThreadSafetyUtil.h | 164 const_iterator cbegin() const { return Data; } 305 const_iterator begin() const { return elements().cbegin(); }
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/ |
| multiset.h | 175 cbegin() const noexcept 176 { return const_iterator(_Base::cbegin(), this); } 223 return const_reverse_iterator(cbegin());
|
| set.h | 172 cbegin() const noexcept 173 { return const_iterator(_Base::cbegin(), this); } 220 return const_reverse_iterator(cbegin());
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| unordered_set.h | 354 cbegin() const noexcept 803 cbegin(size_type __n) const function in class:unordered_set 804 { return _M_h.cbegin(__n); } 1221 cbegin() const noexcept 1648 cbegin(size_type __n) const function in class:unordered_multiset 1649 { return _M_h.cbegin(__n); }
|
| ranges_util.h | 197 cbegin() requires input_range<_Derived> 198 { return ranges::cbegin(_M_derived()); } 201 cbegin() const requires input_range<const _Derived> 202 { return ranges::cbegin(_M_derived()); }
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| stl_vector.h | 954 cbegin() const noexcept 1413 auto __offset = __position - cbegin(); 1439 difference_type __offset = __position - cbegin(); 1485 difference_type __offset = __position - cbegin(); 1535 { return _M_erase(begin() + (__position - cbegin())); } 1565 const auto __cbeg = cbegin();
|
| unordered_set.h | 349 cbegin() const noexcept 798 cbegin(size_type __n) const function in class:unordered_set 799 { return _M_h.cbegin(__n); } 1216 cbegin() const noexcept 1643 cbegin(size_type __n) const function in class:unordered_multiset 1644 { return _M_h.cbegin(__n); }
|
| range_access.h | 112 // These overloads must be declared for cbegin and cend to use them. 126 cbegin(const _Container& __cont) noexcept(noexcept(std::begin(__cont)))
|
| /src/external/apache2/llvm/dist/libcxx/include/__ranges/ |
| access.h | 183 inline constexpr auto cbegin = __cbegin::__fn{}; member in namespace:ranges::ranges::ranges::ranges::ranges::__cpo
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPULowerModuleLDSPass.cpp | 207 LocalVars.cbegin(), LocalVars.cend(), std::back_inserter(LocalVarTypes),
|
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-cmds.c | 135 for (auto it = mi_cmd_table.cbegin (); it != mi_cmd_table.cend (); )
|
| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-cmds.c | 134 for (auto it = mi_cmd_table.cbegin (); it != mi_cmd_table.cend (); )
|