Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node.h200 getNodePtr(typename OptionsT::const_pointer N) { in getNodePtr()
210 static typename OptionsT::const_pointer
212 return static_cast<typename OptionsT::const_pointer>(N); in getValuePtr()
241 using const_pointer = typename OptionsT::const_pointer; member
248 static const node_type *getNodePtr(const_pointer N) { in getNodePtr()
256 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()
H A Dilist_iterator.h33 using pointer = typename OptionsT::const_pointer;
71 using const_pointer = typename OptionsT::const_pointer;
196 using const_pointer = typename OptionsT::const_pointer;
H A Dilist.h115 typedef typename base_list_type::const_pointer const_pointer;
304 const_pointer getPrevNode(const_reference N) const {
316 const_pointer getNextNode(const_reference N) const {
H A DArrayRef.h45 using const_pointer = const value_type *; variable
48 using iterator = const_pointer;
49 using const_iterator = const_pointer;
311 using const_pointer = const value_type *; variable
315 using const_iterator = const_pointer;
H A Dsimple_ilist.h93 using const_pointer = typename OptionsT::const_pointer; variable
H A DEnumeratedArray.h38 using const_pointer = const ValueType *; variable
H A Dilist_node_options.h136 typedef const T *const_pointer;
H A DSparseSet.h142 using const_pointer = const ValueT *;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator.h49 _LIBCPP_DEPRECATED_IN_CXX17 typedef const void* const_pointer; typedef
65 _LIBCPP_DEPRECATED_IN_CXX17 typedef const void* const_pointer; typedef
146 _LIBCPP_DEPRECATED_IN_CXX17 typedef const _Tp* const_pointer;
158 …_LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI const_pointer address(const_reference __x) const…
226 _LIBCPP_DEPRECATED_IN_CXX17 typedef const _Tp* const_pointer;
235 …_LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI const_pointer address(const_reference __x) const…
H A Dallocator_traits.h57 _LIBCPP_ALLOCATOR_TRAITS_HAS_XXX(__has_const_pointer, const_pointer);
60 using type _LIBCPP_NODEBUG = typename _Alloc::const_pointer;
239 using const_pointer = typename __const_pointer<value_type, pointer, allocator_type>::type;
/freebsd-14.2/contrib/llvm-project/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) {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h70 using const_pointer = const std::remove_reference_t<T> *; variable
160 const_pointer operator->() const { return toPointer(getStorage()); }
227 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer()
233 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer()
H A DError.h492 using const_pointer = const std::remove_reference_t<T> *; variable
615 const_pointer operator->() const {
668 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer()
672 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h198 using const_pointer = const std::remove_reference_t<T> *; variable
284 const_pointer operator->() const {
335 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer()
339 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer()
H A Dadt.h34 typedef const T *const_pointer; typedef
/freebsd-14.2/contrib/llvm-project/libcxx/src/include/
H A Dsso_allocator.h31 typedef const void* const_pointer; typedef
59 …ABI pointer allocate(size_type __n, typename __sso_allocator<void, _Np>::const_pointer = nullptr) {
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h98 using const_pointer = const T *; variable
164 const_pointer data() const { in data()
165 return const_pointer(Begin); in data()
/freebsd-14.2/contrib/llvm-project/libcxx/include/ext/
H A Dhash_set34 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
120 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
238 typedef typename __table::const_pointer const_pointer;
417 typedef typename __table::const_pointer const_pointer;
H A Dhash_map35 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
127 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer;
479 typedef typename __alloc_traits::const_pointer const_pointer;
703 typedef typename __alloc_traits::const_pointer const_pointer;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h94 using const_pointer = const T *; variable
158 const_pointer data() const { in data()
159 return const_pointer(Begin); in data()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Ddeque35 typedef typename allocator_type::const_pointer const_pointer;
463 using const_pointer = typename __alloc_traits::const_pointer;
1739 const_pointer __vt = pointer_traits<const_pointer>::pointer_to(__v);
1742 if (__vt == pointer_traits<const_pointer>::pointer_to(*__b))
1743 __vt = pointer_traits<const_pointer>::pointer_to(*__bm1);
1761 const_pointer __vt = pointer_traits<const_pointer>::pointer_to(__v);
1764 if (__vt == pointer_traits<const_pointer>::pointer_to(*__em1))
1765 __vt = pointer_traits<const_pointer>::pointer_to(*__e);
1795 const_pointer __vt = pointer_traits<const_pointer>::pointer_to(__v);
1817 const_pointer __vt = pointer_traits<const_pointer>::pointer_to(__v);
[all …]
H A Dscoped_allocator33 typedef typename OuterTraits::const_pointer const_pointer;
346 typedef typename _OuterTraits::const_pointer const_pointer;
H A Dstring_view78 typedef const charT* const_pointer;
123 constexpr const_pointer data() const noexcept;
178 const_pointer data_; // exposition only
278 using const_pointer = const _CharT*;
282 using const_iterator = __bounded_iter<const_pointer>;
284 using const_iterator = const_pointer; // See [string.view.iterators]
414 _LIBCPP_CONSTEXPR _LIBCPP_HIDE_FROM_ABI const_pointer data() const _NOEXCEPT { return __data_; }
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h43 using const_pointer = const value_type *; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h195 typename SmallVectorImpl<T>::const_pointer

12