Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/libcxx/src/include/
H A Datomic_support.h47 template <class _ValueType, class _FromType>
48 inline _LIBCPP_HIDE_FROM_ABI void __libcpp_atomic_store(_ValueType* __dest, _FromType __val, int __…
52 template <class _ValueType, class _FromType>
53 inline _LIBCPP_HIDE_FROM_ABI void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) { in __libcpp_relaxed_store()
57 template <class _ValueType>
58 inline _LIBCPP_HIDE_FROM_ABI _ValueType __libcpp_atomic_load(_ValueType const* __val, int __order =…
62 template <class _ValueType, class _AddType>
63 inline _LIBCPP_HIDE_FROM_ABI _ValueType __libcpp_atomic_add(_ValueType* __val, _AddType __a, int __…
67 template <class _ValueType>
68 inline _LIBCPP_HIDE_FROM_ABI _ValueType
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h60 template <class _ValueType, class _InputIterator, class _Sentinel1, class _ForwardIterator, class _…
68 ::new (static_cast<void*>(std::addressof(*__idx))) _ValueType(*__ifirst); in __uninitialized_copy()
82 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType; in uninitialized_copy() typedef
83 auto __result = std::__uninitialized_copy<_ValueType>( in uninitialized_copy()
90 template <class _ValueType, class _InputIterator, class _Size, class _ForwardIterator, class _EndPr…
98 ::new (static_cast<void*>(std::addressof(*__idx))) _ValueType(*__ifirst); in __uninitialized_copy_n()
112 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType; in uninitialized_copy_n() typedef
114 …std::__uninitialized_copy_n<_ValueType>(std::move(__ifirst), __n, std::move(__ofirst), __always_fa… in uninitialized_copy_n()
120 template <class _ValueType, class _ForwardIterator, class _Sentinel, class _Tp>
128 ::new (static_cast<void*>(std::addressof(*__idx))) _ValueType(__x); in __uninitialized_fill()
[all …]
H A Dranges_uninitialized_algorithms.h48 using _ValueType = remove_reference_t<iter_reference_t<_ForwardIterator>>; in operator() local
49 … return std::__uninitialized_default_construct<_ValueType>(std::move(__first), std::move(__last)); in operator()
70 using _ValueType = remove_reference_t<iter_reference_t<_ForwardIterator>>; in operator() local
71 return std::__uninitialized_default_construct_n<_ValueType>(std::move(__first), __n); in operator()
85 using _ValueType = remove_reference_t<iter_reference_t<_ForwardIterator>>; in operator() local
86 return std::__uninitialized_value_construct<_ValueType>(std::move(__first), std::move(__last)); in operator()
107 using _ValueType = remove_reference_t<iter_reference_t<_ForwardIterator>>; in operator() local
108 return std::__uninitialized_value_construct_n<_ValueType>(std::move(__first), __n); in operator()
122 using _ValueType = remove_reference_t<iter_reference_t<_ForwardIterator>>; in operator() local
123 return std::__uninitialized_fill<_ValueType>(std::move(__first), std::move(__last), __x); in operator()
[all …]
H A Dshared_count.h33 template <class _ValueType>
34 inline _LIBCPP_HIDE_FROM_ABI _ValueType __libcpp_relaxed_load(_ValueType const* __value) { in __libcpp_relaxed_load()
43 template <class _ValueType>
44 inline _LIBCPP_HIDE_FROM_ABI _ValueType __libcpp_acquire_load(_ValueType const* __value) { in __libcpp_acquire_load()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dany144 template <class _ValueType>
145 _LIBCPP_HIDE_FROM_ABI add_pointer_t<add_const_t<_ValueType>> any_cast(any const*) _NOEXCEPT;
147 template <class _ValueType>
148 _LIBCPP_HIDE_FROM_ABI add_pointer_t<_ValueType> any_cast(any*) _NOEXCEPT;
207 template < class _ValueType,
208 class _Tp = decay_t<_ValueType>,
209 … class = enable_if_t< !is_same<_Tp, any>::value && !__is_inplace_type<_ValueType>::value &&
211 _LIBCPP_HIDE_FROM_ABI any(_ValueType&& __value);
213 template <class _ValueType,
215 class _Tp = decay_t<_ValueType>,
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_memory_impl.h
H A Dmemory_impl.h
H A Dunseq_backend_simd.h
H A Dparallel_backend_utils.h
H A Dglue_numeric_impl.h
H A Dglue_algorithm_impl.h
H A Dparallel_backend_tbb.h
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Duninitialized_algorithms.h58 template <class _ValueType, class _InputIterator, class _Sentinel1, class _ForwardIterator, class _…
66 ::new (std::__voidify(*__idx)) _ValueType(*__ifirst); in __uninitialized_copy()
80 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType; in uninitialized_copy() typedef
81 auto __result = std::__uninitialized_copy<_ValueType>( in uninitialized_copy()
88 template <class _ValueType, class _InputIterator, class _Size, class _ForwardIterator, class _EndPr…
96 ::new (std::__voidify(*__idx)) _ValueType(*__ifirst); in __uninitialized_copy_n()
110 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType; in uninitialized_copy_n() typedef
112 …std::__uninitialized_copy_n<_ValueType>(std::move(__ifirst), __n, std::move(__ofirst), __always_fa… in uninitialized_copy_n()
118 template <class _ValueType, class _ForwardIterator, class _Sentinel, class _Tp>
126 ::new (std::__voidify(*__idx)) _ValueType(__x); in __uninitialized_fill()
[all …]
H A Dshared_ptr.h75 template <class _ValueType>
76 inline _LIBCPP_HIDE_FROM_ABI _ValueType __libcpp_relaxed_load(_ValueType const* __value) { in __libcpp_relaxed_load()
85 template <class _ValueType>
86 inline _LIBCPP_HIDE_FROM_ABI _ValueType __libcpp_acquire_load(_ValueType const* __value) { in __libcpp_acquire_load()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DThreadSafeDenseMap.h18 template <typename _KeyType, typename _ValueType> class ThreadSafeDenseMap {
20 typedef llvm::DenseMap<_KeyType, _ValueType> LLVMMapType;
25 void Insert(_KeyType k, _ValueType v) { in Insert()
35 _ValueType Lookup(_KeyType k) { in Lookup()
40 bool Lookup(_KeyType k, _ValueType &v) { in Lookup()
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h39 template <class _ValueType
47 using value_type = _ValueType;
65 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI _ValueType* allocate(size_t __n) { in allocate()
69 … return static_cast<_ValueType*>(__res_->allocate(__n * sizeof(_ValueType), alignof(_ValueType))); in allocate()
72 _LIBCPP_HIDE_FROM_ABI void deallocate(_ValueType* __p, size_t __n) { in deallocate()
77 __res_->deallocate(__p, __n * sizeof(_ValueType), alignof(_ValueType)); in deallocate()
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dmemory_resource
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dseed_seq.h85 using _ValueType = typename iterator_traits<_RandomAccessIterator>::value_type; in generate() local
86 static_assert(is_unsigned<_ValueType>::value && sizeof(_ValueType) >= sizeof(uint32_t), in generate()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__random/
H A Dseed_seq.h76 using _ValueType = typename iterator_traits<_RandomAccessIterator>::value_type; in generate() local
77 static_assert(is_unsigned<_ValueType>::value && sizeof(_ValueType) >= sizeof(uint32_t), in generate()
/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dmemory_resource.h23 template <class _ValueType>
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/omp/
H A Dparallel_stable_sort.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsort.h372 class _ValueType = typename iterator_traits<_RandomAccessIterator>::value_type>
374 __populate_left_bitset(_RandomAccessIterator __first, _Compare __comp, _ValueType& __pivot, uint64_… in __populate_left_bitset()
388 class _ValueType = typename iterator_traits<_RandomAccessIterator>::value_type>
390 __populate_right_bitset(_RandomAccessIterator __lm1, _Compare __comp, _ValueType& __pivot, uint64_t… in __populate_right_bitset()
405 class _ValueType = typename iterator_traits<_RandomAccessIterator>::value_type>
410 _ValueType& __pivot, in __bitset_partition_partial_blocks()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dsort.h404 class _ValueType = typename iterator_traits<_RandomAccessIterator>::value_type>
406 __populate_left_bitset(_RandomAccessIterator __first, _Compare __comp, _ValueType& __pivot, uint64_…
420 class _ValueType = typename iterator_traits<_RandomAccessIterator>::value_type>
422 __populate_right_bitset(_RandomAccessIterator __lm1, _Compare __comp, _ValueType& __pivot, uint64_t…
437 class _ValueType = typename iterator_traits<_RandomAccessIterator>::value_type>
442 _ValueType& __pivot,
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcomplex803 typedef double _ValueType;
810 typedef _Tp _ValueType;
822 inline _LIBCPP_HIDE_FROM_ABI typename __libcpp_complex_overload_traits<_Tp>::_ValueType real(_Tp __…
834 inline _LIBCPP_HIDE_FROM_ABI typename __libcpp_complex_overload_traits<_Tp>::_ValueType imag(_Tp) {
879 inline _LIBCPP_HIDE_FROM_ABI typename __libcpp_complex_overload_traits<_Tp>::_ValueType norm(_Tp __…
880 typedef typename __libcpp_complex_overload_traits<_Tp>::_ValueType _ValueType;
881 return static_cast<_ValueType>(__re) * __re;
H A Ddeque233 template <class _ValueType, class _DiffType>
235 static const _DiffType value = sizeof(_ValueType) < 256 ? 4096 / sizeof(_ValueType) : 16;
238 template <class _ValueType,
249 __deque_block_size<_ValueType, _DiffType>::value
266 typedef _ValueType value_type;
392 template <class _ValueType, class _Pointer, class _Reference, class _MapPointer, class _DiffType, _…
394 __deque_iterator<_ValueType, _Pointer, _Reference, _MapPointer, _DiffType, _BlockSize> > {
396 …using _Iterator = __deque_iterator<_ValueType, _Pointer, _Reference, _MapPointer, _DiffType, _Bloc…
420 template <class _ValueType, class _Pointer, class _Reference, class _MapPointer, class _DiffType, _…
421 const _DiffType __deque_iterator<_ValueType, _Pointer, _Reference, _MapPointer, _DiffType, _BlockSi…
[all …]

12