| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ilist_node.h | 172 getNodePtr(typename OptionsT::const_pointer N) { in getNodePtr() 182 static typename OptionsT::const_pointer 184 return static_cast<typename OptionsT::const_pointer>(N); in getValuePtr() 213 using const_pointer = typename OptionsT::const_pointer; member 220 static const node_type *getNodePtr(const_pointer N) { in getNodePtr() 228 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()
|
| H A D | ilist_iterator.h | 33 using pointer = typename OptionsT::const_pointer; 71 using const_pointer = typename OptionsT::const_pointer;
|
| H A D | ilist.h | 171 typedef typename base_list_type::const_pointer const_pointer; 367 const_pointer getPrevNode(const_reference N) const { 379 const_pointer getNextNode(const_reference N) const {
|
| H A D | ArrayRef.h | 47 using const_pointer = const value_type *; variable 50 using iterator = const_pointer; 51 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 | ilist_node_options.h | 111 typedef const T *const_pointer;
|
| H A D | SparseSet.h | 142 using const_pointer = const ValueT *;
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | allocator.h | 38 _LIBCPP_DEPRECATED_IN_CXX17 typedef const void* const_pointer; typedef 49 _LIBCPP_DEPRECATED_IN_CXX17 typedef const void* const_pointer; typedef 124 _LIBCPP_DEPRECATED_IN_CXX17 typedef const _Tp* const_pointer; 138 const_pointer address(const_reference __x) const _NOEXCEPT { 206 _LIBCPP_DEPRECATED_IN_CXX17 typedef const _Tp* const_pointer; 216 const_pointer address(const_reference __x) const _NOEXCEPT {
|
| H A D | allocator_traits.h | 47 _LIBCPP_ALLOCATOR_TRAITS_HAS_XXX(__has_const_pointer, const_pointer); 51 using type _LIBCPP_NODEBUG_TYPE = typename _Alloc::const_pointer; 234 using const_pointer = typename __const_pointer<value_type, pointer, allocator_type>::type;
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | adt.h | 33 typedef const T *const_pointer; typedef 66 typedef const char *const_pointer; typedef 72 typedef const_pointer const_iterator; 82 constexpr const_pointer data() const noexcept { return Data; } in data()
|
| H A D | error.h | 200 using const_pointer = const std::remove_reference_t<T> *; variable 286 const_pointer operator->() const { 337 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() 341 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ErrorOr.h | 70 using const_pointer = const std::remove_reference_t<T> *; variable 161 const_pointer operator->() const { return toPointer(getStorage()); } 228 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() 234 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer()
|
| H A D | Error.h | 490 using const_pointer = const std::remove_reference_t<T> *; variable 604 const_pointer operator->() const { 657 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() 661 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/include/ |
| H A D | sso_allocator.h | 30 typedef const void* const_pointer; typedef 51 …ILITY pointer allocate(size_type __n, typename __sso_allocator<void, _Np>::const_pointer = nullptr)
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Support/ |
| H A D | BumpVector.h | 89 using const_pointer = const T *; variable 155 const_pointer data() const { in data() 156 return const_pointer(Begin); in data()
|
| /freebsd-13.1/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; 232 typedef typename __table::const_pointer const_pointer; 453 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; 502 typedef typename __alloc_traits::const_pointer const_pointer; 773 typedef typename __alloc_traits::const_pointer const_pointer;
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | deque | 35 typedef typename allocator_type::const_pointer const_pointer; 949 typedef typename __alloc_traits::const_pointer const_pointer; 1295 typedef typename __base::const_pointer const_pointer; 1557 const_pointer& __vt); 1559 const_pointer& __vt); 2158 const_pointer __vt = pointer_traits<const_pointer>::pointer_to(__v); 2184 const_pointer __vt = pointer_traits<const_pointer>::pointer_to(__v); 2221 const_pointer __vt = pointer_traits<const_pointer>::pointer_to(__v); 2246 const_pointer __vt = pointer_traits<const_pointer>::pointer_to(__v); 2742 const_pointer& __vt) [all …]
|
| H A D | vector | 32 typedef typename allocator_type::const_pointer const_pointer; 138 typedef const_iterator const_pointer; 343 typedef typename __alloc_traits::const_pointer const_pointer; 509 typedef typename __base::const_pointer const_pointer; 937 const_pointer const __new_end_; 1065 const_pointer __new_end = __tx.__new_end_; 1083 const_pointer __new_end = __tx.__new_end_; 1806 const_pointer __xr = pointer_traits<const_pointer>::pointer_to(__x); 1917 const_pointer __xr = pointer_traits<const_pointer>::pointer_to(__x); 2127 const_pointer __p = __i->base() + __n; [all …]
|
| H A D | scoped_allocator | 33 typedef typename OuterTraits::const_pointer const_pointer; 399 typedef typename _OuterTraits::const_pointer const_pointer;
|
| H A D | string_view | 69 typedef const charT* const_pointer; 110 constexpr const_pointer data() const noexcept; 165 const_pointer data_; // exposition only 237 typedef const _CharT* const_pointer; 240 … typedef const_pointer const_iterator; // See [string.view.iterators] 346 const_pointer data() const _NOEXCEPT { return __data; }
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ContinuousRangeMap.h | 43 using const_pointer = const value_type *; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/Windows/ |
| H A D | WindowsSupport.h | 192 typename SmallVectorImpl<T>::const_pointer
|