Searched refs:_Pointer (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/__memory/ |
| D | pointer_traits.h | 168 template <class _Pointer, class = void> 179 template <class _Pointer, class = _EnableIf<!is_pointer<_Pointer>::value> > 181 typename decay<decltype(__to_address_helper<_Pointer>::__call(declval<const _Pointer&>()))>::type 182 __to_address(const _Pointer& __p) _NOEXCEPT { 183 return __to_address_helper<_Pointer>::__call(__p); 186 template <class _Pointer, class> 189 static decltype(_VSTD::__to_address(declval<const _Pointer&>().operator->())) 190 __call(const _Pointer&__p) _NOEXCEPT { 195 template <class _Pointer> 196 struct __to_address_helper<_Pointer, decltype((void)pointer_traits<_Pointer>::to_address(declval<co… [all …]
|
| D | allocation_guard.h | 49 using _Pointer = typename allocator_traits<_Alloc>::pointer; member 68 …_Pointer __release_ptr() _NOEXCEPT { // not called __release() because it's a keyword in objective… in __release_ptr() 69 _Pointer __tmp = __ptr_; in __release_ptr() 75 _Pointer __get() const _NOEXCEPT { in __get() 82 _Pointer __ptr_;
|
| D | allocator_traits.h | 200 template <class _Alloc, class _Pointer, class = void> 203 template <class _Alloc, class _Pointer> 204 struct __has_destroy<_Alloc, _Pointer, decltype( 205 (void)declval<_Alloc>().destroy(declval<_Pointer>())
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/__iterator/ |
| D | iterator.h | 26 class _Pointer = _Tp*, class _Reference = _Tp&> 31 typedef _Pointer pointer;
|
| /freebsd-12-stable/contrib/libstdc++/include/bits/ |
| D | stl_iterator_base_types.h | 105 typename _Pointer = _Tp*, typename _Reference = _Tp&> 115 typedef _Pointer pointer;
|
| D | stl_algo.h | 2145 template<typename _ForwardIterator, typename _Pointer, typename _Predicate, 2151 _Pointer __buffer, in __stable_partition_adaptive() 2157 _Pointer __result2 = __buffer; in __stable_partition_adaptive() 3409 template<typename _RandomAccessIterator, typename _Pointer> 3413 _Pointer __buffer) in __merge_sort_with_buffer() 3419 const _Pointer __buffer_last = __buffer + __len; in __merge_sort_with_buffer() 3433 template<typename _RandomAccessIterator, typename _Pointer, typename _Compare> 3437 _Pointer __buffer, _Compare __comp) in __merge_sort_with_buffer() 3443 const _Pointer __buffer_last = __buffer + __len; in __merge_sort_with_buffer() 3580 typename _Pointer> [all …]
|
| D | boost_concept_check.h | 596 typedef typename _Container::pointer _Pointer;
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | deque | 189 template <class _ValueType, class _Pointer, class _Reference, class _MapPointer, 286 template <class _ValueType, class _Pointer, class _Reference, class _MapPointer, 300 typedef _Pointer pointer; 553 template <class _ValueType, class _Pointer, class _Reference, class _MapPointer, 555 const _DiffType __deque_iterator<_ValueType, _Pointer, _Reference, _MapPointer,
|
| D | __tree | 44 template <class _Pointer> class __tree_end_node; 707 template <class _Pointer> 711 typedef _Pointer pointer;
|
| /freebsd-12-stable/contrib/libstdc++/ |
| D | ChangeLog-2002 | 275 _Distance, _Pointer, _Distance), __merge_sort_loop(_RandomAccessIter1, 291 _Pointer, _Distance), __merge_adaptive(_BidirectionalIter, 293 _Pointer, _Distance, _Compare), inplace_merge(_BidirectionalIter,
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | images | 1047 # URL: http://fileformats.archiveteam.org/wiki/OS/2_Pointer
|
| /freebsd-12-stable/contrib/gdb/gdb/doc/ |
| D | gdb.info-1 | 6920 * _Pointer types_ include all types defined as `(TYPE *)'. 7437 * _Pointer types_ consist of anything declared as `POINTER TO TYPE'.
|