Home
last modified time | relevance | path

Searched defs:__identity (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/include/__functional/
H A Didentity.h27 struct __identity { struct
37 struct __is_identity<__identity> : true_type {}; argument
/llvm-project/pstl/include/pstl/internal/omp/
H A Dparallel_reduce.h23 …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 Dparallel_backend_serial.h65 const _Value& __identity, const _RealBody& __real_body, const _Reduction&) in __parallel_reduce()
H A Dparallel_backend_tbb.h117const _Value& __identity, const _RealBody& __real_body, const _Reduction& __reduction) in __parallel_reduce()