Home
last modified time | relevance | path

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

/NextBSD/contrib/libc++/src/support/
Datomic_support.h45 template <class _ValueType, class _FromType>
47 void __libcpp_atomic_store(_ValueType* __dest, _FromType __val,
53 template <class _ValueType, class _FromType>
55 void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) in __libcpp_relaxed_store()
60 template <class _ValueType>
62 _ValueType __libcpp_atomic_load(_ValueType const* __val,
68 template <class _ValueType, class _AddType>
70 _ValueType __libcpp_atomic_add(_ValueType* __val, _AddType __a,
76 template <class _ValueType>
78 bool __libcpp_atomic_compare_exchange(_ValueType* __val,
[all …]
/NextBSD/contrib/libstdc++/include/bits/
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()
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 …]
Dstl_heap.h144 _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 …]
Dstl_algo.h1845 _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 …]
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()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDThreadSafeDenseMap.h24 template <typename _KeyType, typename _ValueType>
28 typedef llvm::DenseMap<_KeyType,_ValueType> LLVMMapType;
38 Insert (_KeyType k, _ValueType v) in Insert()
51 _ValueType
/NextBSD/contrib/libstdc++/include/ext/
Dbitmap_allocator.h258 _ValueType;
/NextBSD/contrib/libc++/include/
Ddeque172 template <class _ValueType, class _Pointer, class _Reference, class _MapPointer,
264 template <class _ValueType, class _Pointer, class _Reference, class _MapPointer,
278 typedef _ValueType value_type;
Dmemory628 template <class _ValueType>
630 _ValueType __libcpp_relaxed_load(_ValueType const* __value) {
/NextBSD/contrib/libstdc++/
DChangeLog-2005527 _ValueType, _Tp>, taken care by lower_bound.
3124 Don't qualify __tmp as const, _ValueType is not necessarily
DChangeLog-20023134 Fix typo in 2001-07-17 commit: typedef _ValueType to
DChangeLog-20011302 template parameter _ValueType.