| /freebsd-12.1/contrib/libc++/src/include/ |
| H A D | atomic_support.h | 70 template <class _ValueType> 72 _ValueType __libcpp_atomic_load(_ValueType const* __val, 80 _ValueType __libcpp_atomic_add(_ValueType* __val, _AddType __a, 86 template <class _ValueType> 88 _ValueType __libcpp_atomic_exchange(_ValueType* __target, 94 template <class _ValueType> 97 _ValueType* __expected, _ValueType __after, 133 _ValueType __libcpp_atomic_load(_ValueType const* __val, 141 _ValueType __libcpp_atomic_add(_ValueType* __val, _AddType __a, 149 _ValueType __libcpp_atomic_exchange(_ValueType* __target, [all …]
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | any | 122 template <class _ValueType> 127 template <class _ValueType> 203 class _ValueType 211 any(_ValueType && __value); 249 class _ValueType 579 template <class _ValueType> 594 template <class _ValueType> 609 template <class _ValueType> 624 template <class _ValueType> 646 template <class _ValueType> [all …]
|
| H A D | complex | 805 typedef double _ValueType; 813 typedef _Tp _ValueType; 829 typename __libcpp_complex_overload_traits<_Tp>::_ValueType 847 typename __libcpp_complex_overload_traits<_Tp>::_ValueType 923 typename __libcpp_complex_overload_traits<_Tp>::_ValueType 926 typedef typename __libcpp_complex_overload_traits<_Tp>::_ValueType _ValueType; 927 return static_cast<_ValueType>(__re) * __re;
|
| H A D | deque | 184 template <class _ValueType, class _Pointer, class _Reference, class _MapPointer, 276 template <class _ValueType, class _DiffType> 278 static const _DiffType value = sizeof(_ValueType) < 256 ? 4096 / sizeof(_ValueType) : 16; 281 template <class _ValueType, class _Pointer, class _Reference, class _MapPointer, 288 __deque_block_size<_ValueType, _DiffType>::value 303 typedef _ValueType value_type; 548 template <class _ValueType, class _Pointer, class _Reference, class _MapPointer, 550 const _DiffType __deque_iterator<_ValueType, _Pointer, _Reference, _MapPointer, 552 __deque_block_size<_ValueType, _DiffType>::value;
|
| H A D | memory | 682 template <class _ValueType> 684 _ValueType __libcpp_relaxed_load(_ValueType const* __value) { 694 template <class _ValueType> 696 _ValueType __libcpp_acquire_load(_ValueType const* __value) {
|
| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | stl_numeric.h | 201 typedef typename iterator_traits<_InputIterator>::value_type _ValueType; in partial_sum() typedef 206 _ValueType>) in partial_sum() 211 _ValueType __value = *__first; in partial_sum() 246 _ValueType>) in partial_sum() 251 _ValueType __value = *__first; in partial_sum() 282 _ValueType>) in adjacent_difference() 287 _ValueType __value = *__first; in adjacent_difference() 291 _ValueType __tmp = *__first; in adjacent_difference() 321 _ValueType>) in adjacent_difference() 326 _ValueType __value = *__first; in adjacent_difference() [all …]
|
| H A D | stl_heap.h | 144 _ValueType; in push_heap() typedef 156 _DistanceType(0), _ValueType(*(__last - 1))); in push_heap() 193 _ValueType; in push_heap() typedef 256 _ValueType; in pop_heap() typedef 266 _ValueType(*(__last - 1))); in pop_heap() 329 _ValueType; in pop_heap() typedef 331 _ValueType(*(__last - 1)), __comp); in pop_heap() 347 _ValueType; in make_heap() typedef 365 _ValueType(*(__first + __parent))); in make_heap() 388 _ValueType; in make_heap() typedef [all …]
|
| H A D | stl_algo.h | 1845 _ValueType; in __rotate() typedef 2403 _ValueType; in __unguarded_insertion_sort() typedef 2420 _ValueType; in __unguarded_insertion_sort() typedef 2477 _ValueType; in __heap_select() typedef 2497 _ValueType; in __heap_select() typedef 2542 _ValueType; in partial_sort() typedef 2581 _ValueType; in partial_sort() typedef 2587 _ValueType, _ValueType>) in partial_sort() 2740 _ValueType; in __introsort_loop() typedef 3781 _ValueType, _ValueType>) in inplace_merge() [all …]
|
| H A D | stl_uninitialized.h | 111 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType; in uninitialized_copy() typedef 112 typedef typename std::__is_scalar<_ValueType>::__type _Is_POD; in uninitialized_copy() 173 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType; in uninitialized_fill() typedef 174 typedef typename std::__is_scalar<_ValueType>::__type _Is_POD; in uninitialized_fill() 217 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType; in uninitialized_fill_n() typedef 218 typedef typename std::__is_scalar<_ValueType>::__type _Is_POD; in uninitialized_fill_n()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ThreadSafeDenseMap.h | 21 template <typename _KeyType, typename _ValueType, 25 typedef llvm::DenseMap<_KeyType, _ValueType> LLVMMapType; 30 void Insert(_KeyType k, _ValueType v) { in Insert() 40 _ValueType Lookup(_KeyType k) { in Lookup() 45 bool Lookup(_KeyType k, _ValueType &v) { in Lookup()
|
| /freebsd-12.1/contrib/libc++/include/experimental/ |
| H A D | memory_resource | 156 template <class _ValueType> 160 typedef _ValueType value_type; 186 _ValueType* allocate(size_t __n) { 192 return static_cast<_ValueType*>( 193 __res_->allocate(__n * sizeof(_ValueType), _LIBCPP_ALIGNOF(_ValueType)) 198 void deallocate(_ValueType * __p, size_t __n) _NOEXCEPT { 201 __res_->deallocate(__p, __n * sizeof(_ValueType), _LIBCPP_ALIGNOF(_ValueType)); 354 using _ValueType = typename _Alloc::value_type; 402 __alloc_.deallocate((_ValueType*)__p, __s);
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | bitmap_allocator.h | 258 _ValueType;
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-2005 | 527 _ValueType, _Tp>, taken care by lower_bound. 3124 Don't qualify __tmp as const, _ValueType is not necessarily
|
| H A D | ChangeLog-2002 | 3134 Fix typo in 2001-07-17 commit: typedef _ValueType to
|
| H A D | ChangeLog-2001 | 1302 template parameter _ValueType.
|