Searched refs:__identity (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/pstl/include/pstl/internal/ |
D | parallel_backend_serial.h | 64 __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()
|
D | parallel_backend_tbb.h | 116 __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/ |
D | lib.rs | 77 #[cfg(all($($m,)* not(any($($not),*))))] $crate::cfg_if! { @__identity $($tokens)* } 87 (@__identity $($tokens:tt)*) => {
|
/external/llvm-project/libcxx/include/ |
D | unordered_set | 414 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;
|
D | variant | 510 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>>;
|
D | unordered_map | 923 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;
|
D | map | 907 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;
|
D | set | 453 typedef typename __identity<_Allocator>::type allocator_type; 981 typedef typename __identity<_Allocator>::type allocator_type;
|
D | type_traits | 523 struct __identity { typedef _Tp type; }; 3871 : public __identity<typename __member_pointer_traits<_MP>::_ReturnType>
|
D | memory | 2215 __identity<deleter_type>, _Dummy>::type> 2430 __identity<deleter_type>, _Dummy>::type>
|
/external/libcxx/include/ |
D | variant | 507 index_sequence<(__identity<_Vs>{}, _Ip)...>{}); 1102 __identity<_Tp> operator()(_Tp) const;
|
D | type_traits | 423 struct __identity { typedef _Tp type; }; 2921 : public __identity<typename __member_pointer_traits<_MP>::_ReturnType>
|
D | memory | 2431 __identity<deleter_type>, _Dummy>::type> 2700 __identity<deleter_type>, _Dummy>::type>
|