Home
last modified time | relevance | path

Searched refs:__s_last (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/pstl/include/pstl/internal/
Dalgorithm_impl.h543 … _RandomAccessIterator2 __s_first, _RandomAccessIterator2 __s_last, _BinaryPredicate __pred, in __find_subrange() argument
547 auto __n2 = __s_last - __s_first; in __find_subrange()
570 __internal::__brick_equal(__s_first + 1, __s_last, __first + 1, __pred, __is_vector)) in __find_subrange()
632 … _ForwardIterator2 __s_last, _BinaryPredicate __pred, /*__is_vector=*/std::false_type) noexcept in __brick_find_end() argument
634 return std::find_end(__first, __last, __s_first, __s_last, __pred); in __brick_find_end()
640 … _ForwardIterator2 __s_last, _BinaryPredicate __pred, /*__is_vector=*/std::true_type) noexcept in __brick_find_end() argument
642 …return __find_subrange(__first, __last, __last, __s_first, __s_last, __pred, false, std::true_type… in __brick_find_end()
649 _ForwardIterator2 __s_last, _BinaryPredicate __pred, _IsVector __is_vector, in __pattern_find_end() argument
652 return __internal::__brick_find_end(__first, __last, __s_first, __s_last, __pred, __is_vector); in __pattern_find_end()
659 _ForwardIterator2 __s_first, _ForwardIterator2 __s_last, _BinaryPredicate __pred, in __pattern_find_end() argument
[all …]
Dglue_algorithm_impl.h112 _ForwardIterator2 __s_last, _BinaryPredicate __pred) in find_end() argument
115 std::forward<_ExecutionPolicy>(__exec), __first, __last, __s_first, __s_last, __pred, in find_end()
125 _ForwardIterator2 __s_last) in find_end() argument
127 … return std::find_end(std::forward<_ExecutionPolicy>(__exec), __first, __last, __s_first, __s_last, in find_end()
135 _ForwardIterator2 __s_first, _ForwardIterator2 __s_last, _BinaryPredicate __pred) in find_first_of() argument
138 std::forward<_ExecutionPolicy>(__exec), __first, __last, __s_first, __s_last, __pred, in find_first_of()
148 _ForwardIterator2 __s_first, _ForwardIterator2 __s_last) in find_first_of() argument
150 …rn std::find_first_of(std::forward<_ExecutionPolicy>(__exec), __first, __last, __s_first, __s_last, in find_first_of()
212 _ForwardIterator2 __s_last, _BinaryPredicate __pred) in search() argument
215 std::forward<_ExecutionPolicy>(__exec), __first, __last, __s_first, __s_last, __pred, in search()
[all …]
Dglue_algorithm_defs.h71 _ForwardIterator2 __s_last, _BinaryPredicate __pred);
76 _ForwardIterator2 __s_last);
83 _ForwardIterator2 __s_first, _ForwardIterator2 __s_last, _BinaryPredicate __pred);
88 _ForwardIterator2 __s_first, _ForwardIterator2 __s_last);
117 _ForwardIterator2 __s_last, _BinaryPredicate __pred);
122 _ForwardIterator2 __s_last);
Dunseq_backend_simd.h785 _ForwardIterator2 __s_last, _BinaryPredicate __pred) noexcept in __simd_find_first_of() argument
790 const _DifferencType __n2 = __s_last - __s_first; in __simd_find_first_of()
813 for (; __s_first != __s_last; ++__s_first) in __simd_find_first_of()