Searched refs:__identity (Results 1 – 25 of 25) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/omp/ |
H A D | parallel_reduce.h |
|
/freebsd/contrib/llvm-project/libcxx/include/__functional/ |
H A D | identity.h | 27 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 D | default_searcher.h | 39 auto __proj = __identity();
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | is_permutation.h | 140 __identity(), 141 __identity()); 277 __identity(), 278 __identity()); 298 __identity(), 299 __identity());
|
H A D | includes.h | 65 __identity(), in includes() 66 __identity()); in includes()
|
H A D | partial_sort_copy.h | 88 __identity(), 89 __identity());
|
H A D | mismatch.h | 116 __identity __proj; in __mismatch_vectorized() 155 __identity __proj; in mismatch() 194 __identity __proj; in mismatch()
|
H A D | minmax.h | 44 __identity __proj; in minmax()
|
H A D | upper_bound.h | 55 std::move(__first), std::move(__last), __value, std::move(__comp), std::__identity()); in upper_bound()
|
H A D | min_element.h | 46 auto __proj = __identity(); in __min_element()
|
H A D | equal_range.h | 72 std::__identity()); in equal_range()
|
H A D | minmax_element.h | 88 auto __proj = __identity(); in minmax_element()
|
H A D | count.h | 84 __identity __proj; in count()
|
H A D | lower_bound.h | 97 auto __proj = std::__identity(); in lower_bound()
|
H A D | equal.h | 110 __identity __proj; in equal()
|
H A D | search_n.h | 143 auto __proj = __identity(); in search_n()
|
H A D | set_intersection.h | 98 _LIBCPP_CONSTEXPR std::__identity __proj; in __set_intersection()
|
H A D | search.h | 171 auto __proj = __identity(); in search()
|
H A D | find_end.h | 193 auto __proj = __identity(); in __find_end_classic()
|
H A D | find.h | 172 __identity __proj; in find()
|
H A D | inplace_merge.h | 168 __m1 = std::__upper_bound<_AlgPolicy>(__first, __middle, *__m2, __comp, std::__identity()); in __inplace_merge()
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
H A D | parallel_backend_serial.h |
|
H A D | parallel_backend_tbb.h |
|
/freebsd/contrib/llvm-project/libcxx/include/__string/ |
H A D | char_traits.h | 290 __identity __proj; 325 __identity __proj;
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/ |
H A D | default.h | 385 __identity{}); 461 …n _Transform()(__policy, std::move(__first), std::move(__last), std::move(__out_it), __identity());
|