| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ilist_node.h | 237 getNodePtr(typename OptionsT::const_pointer N) { in getNodePtr() 247 static typename OptionsT::const_pointer 249 return static_cast<typename OptionsT::const_pointer>(N); in getValuePtr() 278 using const_pointer = typename OptionsT::const_pointer; member 285 static const node_type *getNodePtr(const_pointer N) { in getNodePtr() 293 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; 311 using const_pointer = const value_type *; variable 315 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
|
| H A D | SparseSet.h | 142 using const_pointer = const ValueT *;
|
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | allocator.h | 42 _LIBCPP_DEPRECATED_IN_CXX17 typedef const void* const_pointer; typedef 57 _LIBCPP_DEPRECATED_IN_CXX17 typedef const void* const_pointer; typedef 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… 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…
|
| H A D | allocator_traits.h | 58 _LIBCPP_ALLOCATOR_TRAITS_HAS_XXX(__has_const_pointer, const_pointer); 61 using type _LIBCPP_NODEBUG = typename _Alloc::const_pointer; 252 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()
|
| H A D | Error.h | 499 using const_pointer = const std::remove_reference_t<T> *; variable 622 const_pointer operator->() const { 675 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() 679 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer()
|
| /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/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;
|
| H A D | hash_map | 35 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/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()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | deque | 35 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 …ng __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 …_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 …ABI void __move_construct_and_check(iterator __f, iterator __l, iterator __r, const_pointer& __vt); 1208 …__move_construct_backward_and_check(iterator __f, iterator __l, iterator __r, const_pointer& __vt); 1748 const_pointer __vt = pointer_traits<const_pointer>::pointer_to(__v); [all …]
|
| H A D | array | 30 typedef const T* const_pointer; 178 using const_pointer = const value_type*; 181 using const_iterator = __wrap_iter<const_pointer>; 184 using const_iterator = const_pointer; 280 typedef const value_type* const_pointer;
|
| H A D | vector | 34 typedef typename allocator_type::const_pointer const_pointer; 148 typedef const_iterator const_pointer; 403 typedef typename __alloc_traits::const_pointer const_pointer; 409 typedef __bounded_iter<__wrap_iter<const_pointer>> const_iterator; 412 typedef __wrap_iter<const_pointer> const_iterator; 859 …_LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI const_iterator __make_iter(const_pointer __p) … 863 std::__wrap_iter<const_pointer>(__p), 864 std::__wrap_iter<const_pointer>(this->__begin_), 865 std::__wrap_iter<const_pointer>(this->__end_cap())); 952 const_pointer const __new_end_; [all …]
|
| H A D | string_view | 78 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_; }
|
| H A D | scoped_allocator | 33 typedef typename OuterTraits::const_pointer const_pointer; 345 typedef typename _OuterTraits::const_pointer const_pointer;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ContinuousRangeMap.h | 43 using const_pointer = const value_type *; variable
|