| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | TrieRawHashMap.h | 254 class const_pointer; variable 257 friend class const_pointer; variable 266 class const_pointer : public PointerImpl<const value_type> { 270 const_pointer() = default; 271 const_pointer(const pointer &P) : const_pointer::PointerImpl(P) {} in const_pointer() function 274 const_pointer(PointerBase Result) : const_pointer::PointerImpl(Result) {} in const_pointer() function 321 pointer insertLazy(const_pointer Hint, ArrayRef<uint8_t> Hash, in insertLazy() 333 return insertLazy(const_pointer(), Hash, OnConstruct); in insertLazy() 336 pointer insert(const_pointer Hint, value_type &&HashedData) { in insert() 342 pointer insert(const_pointer Hint, const value_type &HashedData) { in insert() [all …]
|
| H A D | ilist_node.h | 243 getNodePtr(typename OptionsT::const_pointer N) { in getNodePtr() 253 static typename OptionsT::const_pointer 255 return static_cast<typename OptionsT::const_pointer>(N); in getValuePtr() 284 using const_pointer = typename OptionsT::const_pointer; member 291 static const node_type *getNodePtr(const_pointer N) { in getNodePtr() 299 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()
|
| H A D | ilist_iterator.h | 33 using pointer = typename OptionsT::const_pointer; 101 using const_pointer = typename OptionsT::const_pointer; 235 using const_pointer = typename OptionsT::const_pointer;
|
| H A D | ilist.h | 115 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 D | ArrayRef.h | 45 using const_pointer = const value_type *; variable 48 using iterator = const_pointer; 49 using const_iterator = const_pointer; 307 using const_pointer = const value_type *; variable 311 using const_iterator = const_pointer;
|
| H A D | simple_ilist.h | 93 using const_pointer = typename OptionsT::const_pointer; variable
|
| H A D | EnumeratedArray.h | 38 using const_pointer = const ValueType *; variable
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/ |
| H A D | allocator.h | 39 typedef const void* const_pointer; typedef 54 typedef const void* const_pointer; typedef 126 typedef const _Tp* const_pointer; 136 …_LIBCPP_HIDE_FROM_ABI const_pointer address(const_reference __x) const _NOEXCEPT { return std::add…
|
| H A D | allocator_traits.h | 57 _LIBCPP_ALLOCATOR_TRAITS_HAS_XXX(__has_const_pointer, const_pointer); 60 using type _LIBCPP_NODEBUG = typename _Alloc::const_pointer; 227 using const_pointer = typename __const_pointer<value_type, pointer, allocator_type>::type;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBundleIterator.h | 119 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/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ErrorOr.h | 70 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()
|
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | allocator.h | 44 _LIBCPP_DEPRECATED_IN_CXX17 typedef const void* const_pointer; typedef 127 _LIBCPP_DEPRECATED_IN_CXX17 typedef const _Tp* const_pointer; 139 …_LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI const_pointer address(const_reference __x) const…
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | error.h | 198 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 D | adt.h | 34 typedef const T *const_pointer; typedef
|
| /freebsd/contrib/llvm-project/libcxx/src/include/ |
| H A D | sso_allocator.h | 31 typedef const void* const_pointer; 59 _LIBCPP_HIDE_FROM_ABI pointer allocate(size_type __n, typename __sso_allocator<void, _Np>::const_pointer = nullptr) { 30 typedef const void* const_pointer; global() typedef
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/ |
| H A D | BumpVector.h | 98 using const_pointer = const T *; variable 164 const_pointer data() const { in data() 165 return const_pointer(Begin); in data()
|
| /freebsd/contrib/llvm-project/libcxx/include/__vector/ |
| H A D | vector.h | 102 using const_pointer = typename __alloc_traits::const_pointer; variable 108 using const_iterator = __bounded_iter<__wrap_iter<const_pointer> >; 111 using const_iterator = __wrap_iter<const_pointer>; 679 …_LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI const_iterator __make_iter(const_pointer __p) … in __make_iter() 683 std::__wrap_iter<const_pointer>(__p), in __make_iter() 684 std::__wrap_iter<const_pointer>(this->__begin_), in __make_iter() 685 std::__wrap_iter<const_pointer>(this->__cap_)); in __make_iter() 754 const_pointer const __new_end_; 918 const_pointer __new_end = __tx.__new_end_; in __construct_at_end() 934 const_pointer __new_end = __tx.__new_end_; in __construct_at_end() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | array | 24 using const_pointer = const T*; 187 using const_pointer = const value_type*; 190 using const_iterator = __static_bounded_iter<const_pointer, _Size>; 193 using const_iterator = __wrap_iter<const_pointer>; 196 using const_iterator = const_pointer; 310 using const_pointer = const value_type*; 313 using const_iterator = __static_bounded_iter<const_pointer, 0>; 316 using const_iterator = __wrap_iter<const_pointer>; 319 using const_iterator = const_pointer;
|
| H A D | deque | 35 typedef typename allocator_type::const_pointer const_pointer; 506 using const_pointer = typename __alloc_traits::const_pointer; 509 using __const_pointer_allocator _LIBCPP_NODEBUG = __rebind_alloc<__alloc_traits, const_pointer>; 513 …ointer _LIBCPP_NODEBUG = typename allocator_traits<__const_pointer_allocator>::const_pointer; 521 …__deque_iterator<value_type, const_pointer, const_reference, __map_const_pointer, difference_type>; 1226 …_FROM_ABI iterator __move_and_check(iterator __f, iterator __l, iterator __r, const_pointer& __vt); 1228 __move_backward_and_check(iterator __f, iterator __l, iterator __r, const_pointer& __vt); 1229 …ABI void __move_construct_and_check(iterator __f, iterator __l, iterator __r, const_pointer& __vt); 1231 …__move_construct_backward_and_check(iterator __f, iterator __l, iterator __r, const_pointer& __vt); 1777 const_pointer __vt = pointer_traits<const_pointer>::pointer_to(__v); [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ext/ |
| H A D | hash_set | 34 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;
|
| /freebsd/contrib/llvm-project/libcxx/include/ext/ |
| H A D | hash_set | 34 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer; 120 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer; 240 typedef typename __table::const_pointer const_pointer; 419 typedef typename __table::const_pointer const_pointer;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | deque | 35 typedef typename allocator_type::const_pointer const_pointer; 441 using const_pointer = typename __alloc_traits::const_pointer; 444 using __const_pointer_allocator = __rebind_alloc<__alloc_traits, const_pointer>; 448 …ng __map_const_pointer = typename allocator_traits<__const_pointer_allocator>::const_pointer; 456 …__deque_iterator<value_type, const_pointer, const_reference, __map_const_pointer, difference_type>; 1035 …_FROM_ABI iterator __move_and_check(iterator __f, iterator __l, iterator __r, const_pointer& __vt); 1037 __move_backward_and_check(iterator __f, iterator __l, iterator __r, const_pointer& __vt); 1038 …ABI void __move_construct_and_check(iterator __f, iterator __l, iterator __r, const_pointer& __vt); 1040 …__move_construct_backward_and_check(iterator __f, iterator __l, iterator __r, const_pointer& __vt); 1320 const_pointer __vt = pointer_traits<const_pointer>::pointer_to(__v); [all …]
|
| H A D | array | 30 typedef const T* const_pointer; 169 using const_pointer = const value_type*; 172 using const_iterator = __wrap_iter<const_pointer>; 175 using const_iterator = const_pointer; 251 typedef const value_type* const_pointer;
|
| H A D | string_view | 78 typedef const charT* const_pointer; 123 constexpr const_pointer data() const noexcept; 178 const_pointer data_; // exposition only 266 using const_pointer = const _CharT*; 270 using const_iterator = __bounded_iter<const_pointer>; 272 using const_iterator = __wrap_iter<const_pointer>; 274 using const_iterator = const_pointer; 360 _LIBCPP_HIDE_FROM_ABI const_pointer data() const _NOEXCEPT { return __data_; }
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTVector.h | 94 using const_pointer = const T *; variable 158 const_pointer data() const { in data() 159 return const_pointer(Begin); in data()
|