Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node.h237 getNodePtr(typename OptionsT::const_pointer N) {
247 static typename OptionsT::const_pointer
249 return static_cast<typename OptionsT::const_pointer>(N); in getNodePtr()
278 using const_pointer = typename OptionsT::const_pointer;
285 static const node_type *getNodePtr(const_pointer N) {
293 static const_pointer getValuePtr(const node_type *N) {
241 using const_pointer = typename OptionsT::const_pointer; global() member
H A Dilist_iterator.h33 using pointer = typename OptionsT::const_pointer;
101 using const_pointer = typename OptionsT::const_pointer;
235 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.h164 typedef const T *const_pointer;
H A DSparseSet.h142 using const_pointer = const ValueT *;
/freebsd-src/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator.h42 _LIBCPP_DEPRECATED_IN_CXX17 typedef const void* const_pointer;
57 _LIBCPP_DEPRECATED_IN_CXX17 typedef const void* const_pointer;
139 _LIBCPP_DEPRECATED_IN_CXX17 typedef const _Tp* const_pointer;
151 _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI const_pointer address(const_reference __x) const _NOEXCEPT {
220 _LIBCPP_DEPRECATED_IN_CXX17 typedef const _Tp* const_pointer;
229 _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI const_pointer address(const_reference __x) const _NOEXCEPT {
49 _LIBCPP_DEPRECATED_IN_CXX17 typedef const void* const_pointer; global() typedef
65 _LIBCPP_DEPRECATED_IN_CXX17 typedef const void* const_pointer; global() typedef
H A Dallocator_traits.h57 _LIBCPP_ALLOCATOR_TRAITS_HAS_XXX(__has_const_pointer, const_pointer);
60 using type _LIBCPP_NODEBUG = typename _Alloc::const_pointer;
250 using const_pointer = typename __const_pointer<value_type, pointer, allocator_type>::type;
/freebsd-src/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-src/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.h499 using const_pointer = const std::remove_reference_t<T> *; in Expected()
622 const_pointer operator->() const {
675 const_pointer toPointer(const_pointer Val) const { return Val; } in getStorage()
679 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in getStorage()
492 using const_pointer = const std::remove_reference_t<T> *; global() variable
/freebsd-src/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-src/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-src/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-src/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;
237 typedef typename __table::const_pointer const_pointer;
416 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;
478 typedef typename __alloc_traits::const_pointer const_pointer;
702 typedef typename __alloc_traits::const_pointer const_pointer;
/freebsd-src/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-src/contrib/llvm-project/libcxx/include/
H A Ddeque35 typedef typename allocator_type::const_pointer const_pointer;
488 using const_pointer = typename __alloc_traits::const_pointer;
491 using __const_pointer_allocator = __rebind_alloc<__alloc_traits, const_pointer>;
495 using __map_const_pointer = typename allocator_traits<__const_pointer_allocator>::const_pointer;
503 __deque_iterator<value_type, const_pointer, const_reference, __map_const_pointer, difference_type>;
1203 _LIBCPP_HIDE_FROM_ABI iterator __move_and_check(iterator __f, iterator __l, iterator __r, const_pointer& __vt);
1205 __move_backward_and_check(iterator __f, iterator __l, iterator __r, const_pointer& __vt);
1206 _LIBCPP_HIDE_FROM_ABI void __move_construct_and_check(iterator __f, iterator __l, iterator __r, const_pointer
[all...]
H A Dscoped_allocator33 typedef typename OuterTraits::const_pointer const_pointer;
345 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
280 using const_pointer = const _CharT*;
284 using const_iterator = __bounded_iter<const_pointer>;
286 using const_iterator = __wrap_iter<const_pointer>;
288 using const_iterator = const_pointer;
417 _LIBCPP_CONSTEXPR _LIBCPP_HIDE_FROM_ABI const_pointer data() const _NOEXCEPT { return __data_; }
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h43 using const_pointer = const value_type *; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h195 typename SmallVectorImpl<T>::const_pointer

12