Home
last modified time | relevance | path

Searched refs:const_pointer (Results 1 – 25 of 233) sorted by relevance

12345678910

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dnode_iterators.hpp64 typedef typename rebind_traits<_Alloc, Value_Type>::const_pointer
65 const_pointer; typedef in __gnu_pbds::detail::ov_tree_node_const_it_
67 typedef typename rebind_traits<_Alloc, Metadata_Type>::const_pointer
88 typedef typename rebind_traits<_Alloc, Value_Type>::const_pointer
92 typename remove_const<Value_Type>::type>::const_pointer
96 typename remove_const<Value_Type>::type>::const_pointer
106 ov_tree_node_const_it_(const_pointer p_nd = 0, in ov_tree_node_const_it_()
107 const_pointer p_begin_nd = 0, in ov_tree_node_const_it_()
108 const_pointer p_end_nd = 0, in ov_tree_node_const_it_()
206 typedef typename base_type::const_pointer const_pointer; typedef in __gnu_pbds::detail::ov_tree_node_it_
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dnode_iterators.hpp64 typedef typename rebind_traits<_Alloc, Value_Type>::const_pointer
65 const_pointer; typedef in __gnu_pbds::detail::ov_tree_node_const_it_
67 typedef typename rebind_traits<_Alloc, Metadata_Type>::const_pointer
88 typedef typename rebind_traits<_Alloc, Value_Type>::const_pointer
92 typename remove_const<Value_Type>::type>::const_pointer
96 typename remove_const<Value_Type>::type>::const_pointer
106 ov_tree_node_const_it_(const_pointer p_nd = 0, in ov_tree_node_const_it_()
107 const_pointer p_begin_nd = 0, in ov_tree_node_const_it_()
108 const_pointer p_end_nd = 0, in ov_tree_node_const_it_()
206 typedef typename base_type::const_pointer const_pointer; typedef in __gnu_pbds::detail::ov_tree_node_it_
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dpoint_const_iterator.hpp74 typedef typename rebind_traits<_Alloc, value_type>::const_pointer
75 const_pointer; typedef in __gnu_pbds::detail::binary_heap_point_const_iterator_
100 inline const_pointer
126 inline const_pointer
130 inline const_pointer
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dpoint_const_iterator.hpp74 typedef typename rebind_traits<_Alloc, value_type>::const_pointer
75 const_pointer; typedef in __gnu_pbds::detail::binary_heap_point_const_iterator_
100 inline const_pointer
126 inline const_pointer
130 inline const_pointer
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dtraits.hpp77 typename type_traits::const_pointer,
89 typename type_traits::const_pointer,
101 typename type_traits::const_pointer,
113 typename type_traits::const_pointer,
181 typename type_traits::const_pointer,
195 typename type_traits::const_pointer,
H A Ddebug_fn_imps.hpp104 return (std::make_pair((const_pointer)0,(const_pointer)0)); in assert_node_consistent_()
109 const std::pair<const_pointer, const_pointer> in assert_node_consistent_()
116 const std::pair<const_pointer, const_pointer> in assert_node_consistent_()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dtraits.hpp77 typename type_traits::const_pointer,
89 typename type_traits::const_pointer,
101 typename type_traits::const_pointer,
113 typename type_traits::const_pointer,
181 typename type_traits::const_pointer,
195 typename type_traits::const_pointer,
H A Ddebug_fn_imps.hpp104 return (std::make_pair((const_pointer)0,(const_pointer)0)); in assert_node_consistent_()
109 const std::pair<const_pointer, const_pointer> in assert_node_consistent_()
116 const std::pair<const_pointer, const_pointer> in assert_node_consistent_()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
H A Dpoint_const_iterator.hpp65 typedef const_pointer_ const_pointer; typedef in point_const_iterator_
74 point_const_iterator_(const_pointer p_value) : m_p_value(p_value) in point_const_iterator_()
95 const_pointer
131 const_pointer m_p_value;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
H A Dpoint_const_iterator.hpp65 typedef const_pointer_ const_pointer; typedef in point_const_iterator_
74 point_const_iterator_(const_pointer p_value) : m_p_value(p_value) in point_const_iterator_()
95 const_pointer
131 const_pointer m_p_value;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dilist_node.h172 getNodePtr(typename OptionsT::const_pointer N) { in getNodePtr()
182 static typename OptionsT::const_pointer
184 return static_cast<typename OptionsT::const_pointer>(N); in getValuePtr()
213 using const_pointer = typename OptionsT::const_pointer; member
220 static const node_type *getNodePtr(const_pointer N) { in getNodePtr()
228 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
H A Dbranch_policy.hpp68 typedef typename rebind_v::const_pointer const_pointer; typedef
98 typedef typename rebind_v::const_pointer const_pointer; typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
H A Dbranch_policy.hpp68 typedef typename rebind_v::const_pointer const_pointer; typedef
98 typedef typename rebind_v::const_pointer const_pointer; typedef
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dallocator.h37 typedef const void* const_pointer; typedef
48 typedef const void* const_pointer; typedef
98 _LIBCPP_DEPRECATED_IN_CXX17 typedef const _Tp* const_pointer; typedef
112 const_pointer address(const_reference __x) const _NOEXCEPT { in address()
179 _LIBCPP_DEPRECATED_IN_CXX17 typedef const _Tp* const_pointer; typedef
189 const_pointer address(const_reference __x) const _NOEXCEPT { in address()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dtypes_traits.hpp172 typedef typename __rebind_ma::const_pointer mapped_const_pointer;
177 typedef typename __rebind_va::const_pointer const_pointer; typedef
184 typedef typename __rebind_ka::const_pointer key_const_pointer;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dtypes_traits.hpp172 typedef typename __rebind_ma::const_pointer mapped_const_pointer;
177 typedef typename __rebind_va::const_pointer const_pointer; typedef
184 typedef typename __rebind_ka::const_pointer key_const_pointer;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dlu_map_.hpp110 typedef typename entry_alloc_traits::const_pointer const_entry_pointer;
120 typedef typename traits_base::const_pointer const_pointer_;
159 typedef typename traits_base::const_pointer const_pointer; typedef in __gnu_pbds::detail::PB_DS_LU_NAME
305 inc_it_state(const_pointer& r_p_value, entry_pointer& r_pos) const in inc_it_state()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dlu_map_.hpp110 typedef typename entry_alloc_traits::const_pointer const_entry_pointer;
120 typedef typename traits_base::const_pointer const_pointer_;
159 typedef typename traits_base::const_pointer const_pointer; typedef in __gnu_pbds::detail::PB_DS_LU_NAME
305 inc_it_state(const_pointer& r_p_value, entry_pointer& r_pos) const in inc_it_state()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dpoint_const_iterator.hpp80 typedef typename rebind_traits<_Alloc, value_type>::const_pointer
81 const_pointer; typedef in __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_
105 const_pointer
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dpoint_const_iterator.hpp80 typedef typename rebind_traits<_Alloc, value_type>::const_pointer
81 const_pointer; typedef in __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_
105 const_pointer
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h119 using const_pointer = typename instr_iterator::const_pointer;
204 friend bool operator==(const MachineInstrBundleIterator &L, const_pointer R) {
207 friend bool operator==(const_pointer L, const MachineInstrBundleIterator &R) {
239 friend bool operator!=(const MachineInstrBundleIterator &L, const_pointer R) {
242 friend bool operator!=(const_pointer L, const MachineInstrBundleIterator &R) {
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dvstring_util.h63 typedef typename _CharT_alloc_traits::const_pointer const_pointer; in _GLIBCXX_VISIBILITY() typedef
72 __normal_iterator<const_pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY()
84 __normal_iterator<const_pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dvstring_util.h63 typedef typename _CharT_alloc_traits::const_pointer const_pointer; in _GLIBCXX_VISIBILITY() typedef
72 __normal_iterator<const_pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY()
84 __normal_iterator<const_pointer, __gnu_cxx:: in _GLIBCXX_VISIBILITY()
H A Dalloc_traits.h58 typedef typename _Base_type::const_pointer const_pointer; in _GLIBCXX_VISIBILITY() typedef
124 typedef typename _Alloc::const_pointer const_pointer; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrorOr.h70 using const_pointer = const std::remove_reference_t<T> *; variable
161 const_pointer operator->() const { return toPointer(getStorage()); }
228 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer()
234 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer()

12345678910