Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/omp/
H A Dparallel_reduce.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Didentity.h27 struct __identity { struct
37 struct __is_identity<__identity> : true_type {}; argument
39 struct __is_identity<reference_wrapper<__identity> > : true_type {};
41 struct __is_identity<reference_wrapper<const __identity> > : true_type {};
H A Ddefault_searcher.h39 auto __proj = __identity();
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dis_permutation.h140 __identity(),
141 __identity());
277 __identity(),
278 __identity());
298 __identity(),
299 __identity());
H A Dincludes.h65 __identity(), in includes()
66 __identity()); in includes()
H A Dpartial_sort_copy.h88 __identity(),
89 __identity());
H A Dmismatch.h116 __identity __proj; in __mismatch_vectorized()
155 __identity __proj; in mismatch()
194 __identity __proj; in mismatch()
H A Dminmax.h44 __identity __proj; in minmax()
H A Dupper_bound.h55 std::move(__first), std::move(__last), __value, std::move(__comp), std::__identity()); in upper_bound()
H A Dmin_element.h46 auto __proj = __identity(); in __min_element()
H A Dequal_range.h72 std::__identity()); in equal_range()
H A Dminmax_element.h88 auto __proj = __identity(); in minmax_element()
H A Dcount.h84 __identity __proj; in count()
H A Dlower_bound.h97 auto __proj = std::__identity(); in lower_bound()
H A Dequal.h110 __identity __proj; in equal()
H A Dsearch_n.h143 auto __proj = __identity(); in search_n()
H A Dset_intersection.h98 _LIBCPP_CONSTEXPR std::__identity __proj; in __set_intersection()
H A Dsearch.h171 auto __proj = __identity(); in search()
H A Dfind_end.h193 auto __proj = __identity(); in __find_end_classic()
H A Dfind.h172 __identity __proj; in find()
H A Dinplace_merge.h168 __m1 = std::__upper_bound<_AlgPolicy>(__first, __middle, *__m2, __comp, std::__identity()); in __inplace_merge()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dparallel_backend_serial.h
H A Dparallel_backend_tbb.h
/freebsd/contrib/llvm-project/libcxx/include/__string/
H A Dchar_traits.h290 __identity __proj;
325 __identity __proj;
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Ddefault.h385 __identity{});
461 …n _Transform()(__policy, std::move(__first), std::move(__last), std::move(__out_it), __identity());