Searched refs:const_pointer (Results 76 - 91 of 91) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h451 using const_pointer = const typename std::remove_reference<T>::type *;
566 const_pointer operator->() const {
619 const_pointer toPointer(const_pointer Val) const { return Val; }
623 const_pointer toPointer(const wrap *Val) const { return &Val->get(); }
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_map.h141 typedef typename _Pair_alloc_type::const_pointer const_pointer; typedef in class:map
H A Dstl_list.h428 typedef typename _Tp_alloc_type::const_pointer const_pointer; typedef in class:list
H A Dbasic_string.h125 typedef typename _CharT_alloc_type::const_pointer const_pointer; typedef in class:basic_string
127 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string>
H A Dstl_deque.h651 typedef typename _Tp_alloc_type::const_pointer const_pointer; typedef in class:deque
H A Dboost_concept_check.h572 typedef typename _Container::const_pointer _Const_pointer;
H A Dstl_bvector.h476 typedef const bool* const_pointer; typedef in class:vector
H A Dstl_tree.h345 typedef const value_type* const_pointer; typedef in class:_Rb_tree
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dmap.h73 typedef typename _Base::const_pointer const_pointer; typedef in class:std::__debug::map
H A Dmultimap.h73 typedef typename _Base::const_pointer const_pointer; typedef in class:std::__debug::multimap
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h700 typedef const void* const_pointer; typedef in class:bitmap_allocator
718 typedef const _Tp* const_pointer; typedef in class:bitmap_allocator
1065 allocate(size_type __n, typename bitmap_allocator<void>::const_pointer)
1084 const_pointer
H A Dvstring.h69 typedef typename _CharT_alloc_type::const_pointer const_pointer; typedef in class:__versa_string
71 typedef __gnu_cxx::__normal_iterator<const_pointer, __versa_string>
H A Dhashtable.h267 typedef const value_type* const_pointer; typedef in class:hashtable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h81 using const_pointer = const T *;
H A DSmallVector.h124 using const_pointer = const T *;
146 const_pointer data() const { return const_pointer(begin()); }
H A DSparseMultiSet.h189 using const_pointer = const ValueT *;

Completed in 277 milliseconds

1234