| /openbsd/src/gnu/llvm/libcxx/src/include/ |
| D | atomic_support.h | 54 template <class _ValueType, class _FromType> 56 void __libcpp_atomic_store(_ValueType* __dest, _FromType __val, 62 template <class _ValueType, class _FromType> 64 void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) in __libcpp_relaxed_store() 69 template <class _ValueType> 71 _ValueType __libcpp_atomic_load(_ValueType const* __val, 77 template <class _ValueType, class _AddType> 79 _ValueType __libcpp_atomic_add(_ValueType* __val, _AddType __a, 85 template <class _ValueType> 87 _ValueType __libcpp_atomic_exchange(_ValueType* __target, [all …]
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | any | 130 template <class _ValueType> 132 add_pointer_t<add_const_t<_ValueType>> 135 template <class _ValueType> 137 add_pointer_t<_ValueType> any_cast(any *) _NOEXCEPT; 213 class _ValueType 214 , class _Tp = decay_t<_ValueType> 217 !__is_inplace_type<_ValueType>::value && 221 any(_ValueType && __value); 223 template <class _ValueType, class ..._Args, 224 class _Tp = decay_t<_ValueType>, [all …]
|
| D | deque | 220 template <class _ValueType, class _DiffType> 222 static const _DiffType value = sizeof(_ValueType) < 256 ? 4096 / sizeof(_ValueType) : 16; 225 template <class _ValueType, class _Pointer, class _Reference, class _MapPointer, 232 __deque_block_size<_ValueType, _DiffType>::value 247 typedef _ValueType value_type; 394 template <class _ValueType, class _Pointer, class _Reference, class _MapPointer, class _DiffType, _… 396 __deque_iterator<_ValueType, _Pointer, _Reference, _MapPointer, _DiffType, _BlockSize> > { 398 …using _Iterator = __deque_iterator<_ValueType, _Pointer, _Reference, _MapPointer, _DiffType, _Bloc… 422 template <class _ValueType, class _Pointer, class _Reference, class _MapPointer, 424 const _DiffType __deque_iterator<_ValueType, _Pointer, _Reference, _MapPointer, [all …]
|
| D | complex | 874 typedef double _ValueType; 882 typedef _Tp _ValueType; 898 typename __libcpp_complex_overload_traits<_Tp>::_ValueType 916 typename __libcpp_complex_overload_traits<_Tp>::_ValueType 992 typename __libcpp_complex_overload_traits<_Tp>::_ValueType 995 typedef typename __libcpp_complex_overload_traits<_Tp>::_ValueType _ValueType; 996 return static_cast<_ValueType>(__re) * __re;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | stl_numeric.h | 128 typedef typename iterator_traits<_InputIterator>::value_type _ValueType; in partial_sum() typedef 132 __glibcpp_function_requires(_OutputIteratorConcept<_OutputIterator, _ValueType>) in partial_sum() 136 _ValueType __value = *__first; in partial_sum() 149 typedef typename iterator_traits<_InputIterator>::value_type _ValueType; in partial_sum() typedef 153 __glibcpp_function_requires(_OutputIteratorConcept<_OutputIterator, _ValueType>) in partial_sum() 157 _ValueType __value = *__first; in partial_sum() 170 typedef typename iterator_traits<_InputIterator>::value_type _ValueType; in adjacent_difference() typedef 174 __glibcpp_function_requires(_OutputIteratorConcept<_OutputIterator, _ValueType>) in adjacent_difference() 178 _ValueType __value = *__first; in adjacent_difference() 180 _ValueType __tmp = *__first; in adjacent_difference() [all …]
|
| D | stl_heap.h | 87 _ValueType; in push_heap() typedef 94 __glibcpp_function_requires(_LessThanComparableConcept<_ValueType>) in push_heap() 97 _ValueType(*(__last - 1))); in push_heap() 121 _ValueType; in push_heap() typedef 130 _ValueType(*(__last - 1)), __comp); in push_heap() 168 typedef typename iterator_traits<_RandomAccessIterator>::value_type _ValueType; in pop_heap() typedef 173 __glibcpp_function_requires(_LessThanComparableConcept<_ValueType>) in pop_heap() 175 __pop_heap(__first, __last - 1, __last - 1, _ValueType(*(__last - 1))); in pop_heap() 220 typedef typename iterator_traits<_RandomAccessIterator>::value_type _ValueType; in pop_heap() typedef 221 __pop_heap(__first, __last - 1, __last - 1, _ValueType(*(__last - 1)), __comp); in pop_heap() [all …]
|
| D | stl_uninitialized.h | 110 typedef typename iterator_traits<_ForwardIter>::value_type _ValueType; in uninitialized_copy() typedef 111 typedef typename __type_traits<_ValueType>::is_POD_type _Is_POD; in uninitialized_copy() 168 typedef typename iterator_traits<_ForwardIter>::value_type _ValueType; in uninitialized_fill() typedef 169 typedef typename __type_traits<_ValueType>::is_POD_type _Is_POD; in uninitialized_fill() 214 typedef typename iterator_traits<_ForwardIter>::value_type _ValueType; in uninitialized_fill_n() typedef 215 typedef typename __type_traits<_ValueType>::is_POD_type _Is_POD; in uninitialized_fill_n()
|
| D | stl_algo.h | 1499 typedef typename iterator_traits<_RandomAccessIter>::value_type _ValueType; in __rotate() typedef 1513 _ValueType __tmp = *__first; in __rotate() 1864 typedef typename iterator_traits<_ForwardIter>::value_type _ValueType; in stable_partition() typedef 1867 _Temporary_buffer<_ForwardIter, _ValueType> __buf(__first, __last); in stable_partition() 2027 typedef typename iterator_traits<_RandomAccessIter>::value_type _ValueType; in __unguarded_insertion_sort() typedef 2030 __unguarded_linear_insert(__i, _ValueType(*__i)); in __unguarded_insertion_sort() 2043 typedef typename iterator_traits<_RandomAccessIter>::value_type _ValueType; in __unguarded_insertion_sort() typedef 2046 __unguarded_linear_insert(__i, _ValueType(*__i), __comp); in __unguarded_insertion_sort() 2108 typedef typename iterator_traits<_RandomAccessIter>::value_type _ValueType; in __introsort_loop() typedef 2118 _ValueType(__median(*__first, in __introsort_loop() [all …]
|
| D | stl_algobase.h | 286 _ValueType; in __copy_ni2() typedef 287 typedef typename __type_traits<_ValueType>::has_trivial_assignment_operator in __copy_ni2() 300 _ValueType; in __copy_ni2() typedef 301 typedef typename __type_traits<_ValueType>::has_trivial_assignment_operator in __copy_ni2()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| 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() 241 typedef typename iterator_traits<_InputIterator>::value_type _ValueType; in partial_sum() typedef 246 _ValueType>) in partial_sum() 251 _ValueType __value = *__first; in partial_sum() 277 typedef typename iterator_traits<_InputIterator>::value_type _ValueType; in adjacent_difference() typedef 282 _ValueType>) in adjacent_difference() 287 _ValueType __value = *__first; in adjacent_difference() 291 _ValueType __tmp = *__first; in adjacent_difference() [all …]
|
| D | stl_heap.h | 144 _ValueType; in push_heap() typedef 151 __glibcxx_function_requires(_LessThanComparableConcept<_ValueType>) in push_heap() 156 _DistanceType(0), _ValueType(*(__last - 1))); in push_heap() 193 _ValueType; in push_heap() typedef 204 _DistanceType(0), _ValueType(*(__last - 1)), __comp); in push_heap() 256 _ValueType; in pop_heap() typedef 261 __glibcxx_function_requires(_LessThanComparableConcept<_ValueType>) in pop_heap() 266 _ValueType(*(__last - 1))); in pop_heap() 329 _ValueType; in pop_heap() typedef 331 _ValueType(*(__last - 1)), __comp); in pop_heap() [all …]
|
| D | stl_algo.h | 1845 _ValueType; in __rotate() typedef 1861 _ValueType __tmp = *__first; in __rotate() 2223 _ValueType; in stable_partition() typedef 2227 _Temporary_buffer<_ForwardIterator, _ValueType> __buf(__first, in stable_partition() 2403 _ValueType; in __unguarded_insertion_sort() typedef 2406 std::__unguarded_linear_insert(__i, _ValueType(*__i)); in __unguarded_insertion_sort() 2420 _ValueType; in __unguarded_insertion_sort() typedef 2423 std::__unguarded_linear_insert(__i, _ValueType(*__i), __comp); in __unguarded_insertion_sort() 2477 _ValueType; in __heap_select() typedef 2482 std::__pop_heap(__first, __middle, __i, _ValueType(*__i)); in __heap_select() [all …]
|
| 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()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Core/ |
| D | ThreadSafeDenseMap.h | 20 template <typename _KeyType, typename _ValueType, 24 typedef llvm::DenseMap<_KeyType, _ValueType> LLVMMapType; 29 void Insert(_KeyType k, _ValueType v) { in Insert() 39 _ValueType Lookup(_KeyType k) { in Lookup() 44 bool Lookup(_KeyType k, _ValueType &v) { in Lookup()
|
| /openbsd/src/gnu/llvm/libcxx/include/experimental/ |
| D | memory_resource | 161 template <class _ValueType> 165 typedef _ValueType value_type; 191 _ValueType* allocate(size_t __n) { 194 return static_cast<_ValueType*>( 195 __res_->allocate(__n * sizeof(_ValueType), _LIBCPP_ALIGNOF(_ValueType)) 200 void deallocate(_ValueType * __p, size_t __n) _NOEXCEPT { 203 __res_->deallocate(__p, __n * sizeof(_ValueType), _LIBCPP_ALIGNOF(_ValueType)); 359 using _ValueType = typename _Alloc::value_type; 404 __alloc_.deallocate((_ValueType*)__p, __s);
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | bitmap_allocator.h | 258 _ValueType;
|
| /openbsd/src/gnu/llvm/lldb/docs/ |
| D | python_api_enums.rst | 491 .. _ValueType:
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/ |
| D | ChangeLog-2001 | 1302 template parameter _ValueType.
|
| D | ChangeLog | 4638 Fix typo in 2001-07-17 commit: typedef _ValueType to
|