/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ilist_node.h | 237 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 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 | ilist_node_options.h | 164 typedef const T *const_pointer;
|
H A D | SparseSet.h | 142 using const_pointer = const ValueT *;
|
/freebsd-src/contrib/llvm-project/libcxx/include/__memory/ |
H A D | allocator.h | 42 _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 D | allocator_traits.h | 57 _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 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-src/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> *; 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 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-src/contrib/llvm-project/libcxx/src/include/ |
H A D | sso_allocator.h | 31 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 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-src/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-src/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-src/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 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 D | scoped_allocator | 33 typedef typename OuterTraits::const_pointer const_pointer; 345 typedef typename _OuterTraits::const_pointer 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 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 D | ContinuousRangeMap.h | 43 using const_pointer = const value_type *; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/Windows/ |
H A D | WindowsSupport.h | 195 typename SmallVectorImpl<T>::const_pointer
|