Home
last modified time | relevance | path

Searched refs:__identity (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/pstl/include/pstl/internal/
Dparallel_backend_serial.h64 __parallel_reduce(_ExecutionPolicy&&, _Index __first, _Index __last, const _Value& __identity, in __parallel_reduce() argument
69 return __identity; in __parallel_reduce()
73 return __real_body(__first, __last, __identity); in __parallel_reduce()
Dparallel_backend_tbb.h116 __parallel_reduce(_ExecutionPolicy&&, _Index __first, _Index __last, const _Value& __identity, in __parallel_reduce() argument
119 …return tbb::this_task_arena::isolate([__first, __last, &__identity, &__real_body, &__reduction]() … in __parallel_reduce()
121 tbb::blocked_range<_Index>(__first, __last), __identity, in __parallel_reduce()
/external/rust/crates/cfg-if/src/
Dlib.rs77 #[cfg(all($($m,)* not(any($($not),*))))] $crate::cfg_if! { @__identity $($tokens)* }
87 (@__identity $($tokens:tt)*) => {
/external/llvm-project/libcxx/include/
Dunordered_set414 typedef typename __identity<_Hash>::type hasher;
415 typedef typename __identity<_Pred>::type key_equal;
416 typedef typename __identity<_Alloc>::type allocator_type;
1112 typedef typename __identity<_Hash>::type hasher;
1113 typedef typename __identity<_Pred>::type key_equal;
1114 typedef typename __identity<_Alloc>::type allocator_type;
Dvariant510 index_sequence<(__identity<_Vs>{}, _Ip)...>{});
1104 using _Apply = __identity<_Dest>;
1109 static auto __test_impl(_Dest (&&)[1]) -> __identity<_Dest>;
1135 -> enable_if_t<is_same_v<_Ap, bool>, __identity<_Tp>>;
Dunordered_map923 typedef typename __identity<_Hash>::type hasher;
924 typedef typename __identity<_Pred>::type key_equal;
925 typedef typename __identity<_Alloc>::type allocator_type;
1860 typedef typename __identity<_Hash>::type hasher;
1861 typedef typename __identity<_Pred>::type key_equal;
1862 typedef typename __identity<_Alloc>::type allocator_type;
Dmap907 typedef typename __identity<_Compare>::type key_compare;
908 typedef typename __identity<_Allocator>::type allocator_type;
1677 typedef typename __identity<_Compare>::type key_compare;
1678 typedef typename __identity<_Allocator>::type allocator_type;
Dset453 typedef typename __identity<_Allocator>::type allocator_type;
981 typedef typename __identity<_Allocator>::type allocator_type;
Dtype_traits523 struct __identity { typedef _Tp type; };
3871 : public __identity<typename __member_pointer_traits<_MP>::_ReturnType>
Dmemory2215 __identity<deleter_type>, _Dummy>::type>
2430 __identity<deleter_type>, _Dummy>::type>
/external/libcxx/include/
Dvariant507 index_sequence<(__identity<_Vs>{}, _Ip)...>{});
1102 __identity<_Tp> operator()(_Tp) const;
Dtype_traits423 struct __identity { typedef _Tp type; };
2921 : public __identity<typename __member_pointer_traits<_MP>::_ReturnType>
Dmemory2431 __identity<deleter_type>, _Dummy>::type>
2700 __identity<deleter_type>, _Dummy>::type>