Home
last modified time | relevance | path

Searched refs:_ValueType (Results 1 – 24 of 24) sorted by relevance

/openbsd/gnu/llvm/libcxx/src/include/
H A Datomic_support.h69 template <class _ValueType>
71 _ValueType __libcpp_atomic_load(_ValueType const* __val,
79 _ValueType __libcpp_atomic_add(_ValueType* __val, _AddType __a,
85 template <class _ValueType>
87 _ValueType __libcpp_atomic_exchange(_ValueType* __target,
93 template <class _ValueType>
96 _ValueType* __expected, _ValueType __after,
132 _ValueType __libcpp_atomic_load(_ValueType const* __val,
140 _ValueType __libcpp_atomic_add(_ValueType* __val, _AddType __a,
148 _ValueType __libcpp_atomic_exchange(_ValueType* __target,
[all …]
/openbsd/gnu/llvm/libcxx/include/__memory/
H A Duninitialized_algorithms.h65 ::new (_VSTD::__voidify(*__idx)) _ValueType(*__ifirst); in __uninitialized_copy()
97 ::new (_VSTD::__voidify(*__idx)) _ValueType(*__ifirst); in __uninitialized_copy_n()
129 ::new (_VSTD::__voidify(*__idx)) _ValueType(__x); in __uninitialized_fill()
162 ::new (_VSTD::__voidify(*__idx)) _ValueType(__x); in __uninitialized_fill_n()
195 ::new (_VSTD::__voidify(*__idx)) _ValueType; in __uninitialized_default_construct()
224 ::new (_VSTD::__voidify(*__idx)) _ValueType; in __uninitialized_default_construct_n()
252 ::new (_VSTD::__voidify(*__idx)) _ValueType(); in __uninitialized_value_construct()
267 (void)_VSTD::__uninitialized_value_construct<_ValueType>( in uninitialized_value_construct()
281 ::new (_VSTD::__voidify(*__idx)) _ValueType(); in __uninitialized_value_construct_n()
385 if constexpr (is_array_v<_ValueType>) { in __allocator_destroy_multidimensional()
[all …]
H A Dranges_uninitialized_algorithms.h49 using _ValueType = remove_reference_t<iter_reference_t<_ForwardIterator>>; in operator() local
50 return _VSTD::__uninitialized_default_construct<_ValueType>( in operator()
76 using _ValueType = remove_reference_t<iter_reference_t<_ForwardIterator>>; in operator() local
96 using _ValueType = remove_reference_t<iter_reference_t<_ForwardIterator>>; in operator() local
97 return _VSTD::__uninitialized_value_construct<_ValueType>( in operator()
123 using _ValueType = remove_reference_t<iter_reference_t<_ForwardIterator>>; in operator() local
144 using _ValueType = remove_reference_t<iter_reference_t<_ForwardIterator>>; in operator() local
171 using _ValueType = remove_reference_t<iter_reference_t<_ForwardIterator>>; in operator() local
197 using _ValueType = remove_reference_t<iter_reference_t<_OutputIterator>>; in operator() local
234 using _ValueType = remove_reference_t<iter_reference_t<_OutputIterator>>; in operator() local
[all …]
H A Dshared_ptr.h62 template <class _ValueType>
64 _ValueType __libcpp_relaxed_load(_ValueType const* __value) { in __libcpp_relaxed_load()
74 template <class _ValueType>
76 _ValueType __libcpp_acquire_load(_ValueType const* __value) { in __libcpp_acquire_load()
/openbsd/gnu/llvm/libcxx/include/
H A Dany130 template <class _ValueType>
135 template <class _ValueType>
213 class _ValueType
221 any(_ValueType && __value);
259 class _ValueType
605 template <class _ValueType>
620 template <class _ValueType>
635 template <class _ValueType>
650 template <class _ValueType>
672 template <class _ValueType>
[all …]
H A Ddeque220 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 …]
H A Dcomplex874 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/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_numeric.h128 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
157 _ValueType __value = *__first; in partial_sum()
170 typedef typename iterator_traits<_InputIterator>::value_type _ValueType; in adjacent_difference() typedef
178 _ValueType __value = *__first; in adjacent_difference()
180 _ValueType __tmp = *__first; in adjacent_difference()
192 typedef typename iterator_traits<_InputIterator>::value_type _ValueType; in adjacent_difference() typedef
200 _ValueType __value = *__first; in adjacent_difference()
[all …]
H A Dstl_heap.h87 _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()
173 __glibcpp_function_requires(_LessThanComparableConcept<_ValueType>) in pop_heap()
229 _ValueType; in make_heap() typedef
236 __glibcpp_function_requires(_LessThanComparableConcept<_ValueType>) in make_heap()
243 __adjust_heap(__first, __parent, __len, _ValueType(*(__first + __parent))); in make_heap()
255 _ValueType; in make_heap() typedef
[all …]
H A Dstl_uninitialized.h110 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()
H A Dstl_algo.h1513 _ValueType __tmp = *__first; in __rotate()
2118 _ValueType(__median(*__first, in __introsort_loop()
2146 _ValueType(__median(*__first, in __introsort_loop()
2208 __glibcpp_function_requires(_BinaryPredicateConcept<_Compare, _ValueType, _ValueType>) in sort()
2479 _ValueType, _ValueType>) in stable_sort()
2555 _ValueType, _ValueType>) in partial_sort()
2703 _ValueType(__median(*__first, in nth_element()
2742 _ValueType, _ValueType>) in nth_element()
3517 _ValueType; in inplace_merge() typedef
3569 _ValueType; in inplace_merge() typedef
[all …]
H A Dstl_algobase.h286 _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/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_numeric.h201 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 Dstl_heap.h144 _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 Dstl_algo.h1845 _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 Dstl_uninitialized.h111 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/gnu/llvm/lldb/include/lldb/Core/
H A DThreadSafeDenseMap.h20 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/gnu/llvm/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h37 template <class _ValueType
45 using value_type = _ValueType;
63 _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_HIDE_FROM_ABI _ValueType* allocate(size_t __n) { in allocate()
67 … return static_cast<_ValueType*>(__res_->allocate(__n * sizeof(_ValueType), alignof(_ValueType))); in allocate()
70 _LIBCPP_HIDE_FROM_ABI void deallocate(_ValueType* __p, size_t __n) { in deallocate()
72 __res_->deallocate(__p, __n * sizeof(_ValueType), alignof(_ValueType)); in deallocate()
/openbsd/gnu/llvm/libcxx/include/experimental/
H A Dmemory_resource161 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/gnu/llvm/libcxx/include/__fwd/
H A Dmemory_resource.h21 template <class _ValueType>
/openbsd/gnu/gcc/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h258 _ValueType;
/openbsd/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst491 .. _ValueType:
/openbsd/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-20011302 template parameter _ValueType.
H A DChangeLog4638 Fix typo in 2001-07-17 commit: typedef _ValueType to