Searched defs:__s_last (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
H A D | glue_algorithm_impl.h | 106 _ForwardIterator2 __s_last, _BinaryPredicate __pred) in find_end() 119 _ForwardIterator2 __s_last) in find_end() 129 _ForwardIterator2 __s_first, _ForwardIterator2 __s_last, _BinaryPredicate __pred) in find_first_of() 142 _ForwardIterator2 __s_first, _ForwardIterator2 __s_last) in find_first_of() 206 _ForwardIterator2 __s_last, _BinaryPredicate __pred) in search() 219 _ForwardIterator2 __s_last) in search()
|
H A D | algorithm_impl.h | 541 … _RandomAccessIterator2 __s_first, _RandomAccessIterator2 __s_last, _BinaryPredicate __pred, in __find_subrange() 630 … _ForwardIterator2 __s_last, _BinaryPredicate __pred, /*__is_vector=*/std::false_type) noexcept in __brick_find_end() 638 … _ForwardIterator2 __s_last, _BinaryPredicate __pred, /*__is_vector=*/std::true_type) noexcept in __brick_find_end() 647 _ForwardIterator2 __s_last, _BinaryPredicate __pred, _IsVector __is_vector, in __pattern_find_end() 657 _ForwardIterator2 __s_first, _ForwardIterator2 __s_last, _BinaryPredicate __pred, in __pattern_find_end() 686 … _ForwardIterator2 __s_last, _BinaryPredicate __pred, /*__is_vector=*/std::false_type) noexcept in __brick_find_first_of() 694 … _ForwardIterator2 __s_last, _BinaryPredicate __pred, /*__is_vector=*/std::true_type) noexcept in __brick_find_first_of() 703 … _ForwardIterator2 __s_first, _ForwardIterator2 __s_last, _BinaryPredicate __pred, in __pattern_find_first_of() 713 … _ForwardIterator2 __s_first, _ForwardIterator2 __s_last, _BinaryPredicate __pred, in __pattern_find_first_of() 732 … _ForwardIterator2 __s_last, _BinaryPredicate __pred, /*vector=*/std::false_type) noexcept in __brick_search() [all …]
|
H A D | unseq_backend_simd.h | 781 _ForwardIterator2 __s_last, _BinaryPredicate __pred) noexcept in __simd_find_first_of()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
H A D | glue_algorithm_impl.h | 111 _ForwardIterator2 __s_last, _BinaryPredicate __pred) in find_end() 123 _ForwardIterator2 __s_last) in find_end() 133 _ForwardIterator2 __s_first, _ForwardIterator2 __s_last, _BinaryPredicate __pred) in find_first_of() 145 _ForwardIterator2 __s_first, _ForwardIterator2 __s_last) in find_first_of() 211 _ForwardIterator2 __s_last, _BinaryPredicate __pred) in search() 223 _ForwardIterator2 __s_last) in search()
|
H A D | algorithm_impl.h | 544 … _RandomAccessIterator2 __s_first, _RandomAccessIterator2 __s_last, _BinaryPredicate __pred, in __find_subrange() 635 … _ForwardIterator2 __s_last, _BinaryPredicate __pred, /*__is_vector=*/std::false_type) noexcept in __brick_find_end() 643 … _ForwardIterator2 __s_last, _BinaryPredicate __pred, /*__is_vector=*/std::true_type) noexcept in __brick_find_end() 652 _ForwardIterator2 __s_last, _BinaryPredicate __pred, _IsVector __is_vector, in __pattern_find_end() 662 _ForwardIterator2 __s_first, _ForwardIterator2 __s_last, _BinaryPredicate __pred, in __pattern_find_end() 691 … _ForwardIterator2 __s_last, _BinaryPredicate __pred, /*__is_vector=*/std::false_type) noexcept in __brick_find_first_of() 699 … _ForwardIterator2 __s_last, _BinaryPredicate __pred, /*__is_vector=*/std::true_type) noexcept in __brick_find_first_of() 708 … _ForwardIterator2 __s_first, _ForwardIterator2 __s_last, _BinaryPredicate __pred, in __pattern_find_first_of() 718 … _ForwardIterator2 __s_first, _ForwardIterator2 __s_last, _BinaryPredicate __pred, in __pattern_find_first_of() 737 … _ForwardIterator2 __s_last, _BinaryPredicate __pred, /*vector=*/std::false_type) noexcept in __brick_search() [all …]
|
H A D | unseq_backend_simd.h | 781 _ForwardIterator2 __s_last, _BinaryPredicate __pred) noexcept in __simd_find_first_of()
|