Searched defs:__identity (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libcxx/include/__functional/ |
H A D | identity.h | 27 struct __identity { struct 37 struct __is_identity<__identity> : true_type {}; argument
|
/llvm-project/pstl/include/pstl/internal/omp/ |
H A D | parallel_reduce.h | 23 …arallel_reduce_body(_RandomAccessIterator __first, _RandomAccessIterator __last, _Value __identity, in __parallel_reduce_body() 49 … _RandomAccessIterator __last, _Value __identity, _RealBody __real_body, _Reduction __reduction) in __parallel_reduce()
|
/llvm-project/pstl/include/pstl/internal/ |
H A D | parallel_backend_serial.h | 65 const _Value& __identity, const _RealBody& __real_body, const _Reduction&) in __parallel_reduce()
|
H A D | parallel_backend_tbb.h | 117 … const _Value& __identity, const _RealBody& __real_body, const _Reduction& __reduction) in __parallel_reduce()
|