Home
last modified time | relevance | path

Searched defs:__pred (Results 1 – 25 of 50) sorted by relevance

12

/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpstl_any_all_none_of.h
H A Dpartition.h29 __partition_impl(_ForwardIterator __first, _Sentinel __last, _Predicate __pred, forward_iterator_ta… in __partition_impl()
50 __partition_impl(_BidirectionalIterator __first, _Sentinel __sentinel, _Predicate __pred, bidirecti… in __partition_impl()
73 __partition(_ForwardIterator __first, _Sentinel __last, _Predicate&& __pred, _IterCategory __iter_c… in __partition()
80 partition(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in partition()
H A Dunique_copy.h44 _BinaryPredicate&& __pred, in __unique_copy()
66 _BinaryPredicate&& __pred, in __unique_copy()
88 _BinaryPredicate&& __pred, in __unique_copy()
102 …_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __pred) { in unique_copy()
H A Dpstl_find.h
H A Dstable_partition.h38 _Predicate __pred, in __stable_partition_impl()
119 __stable_partition_impl(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, forwa… in __stable_partition_impl()
152 _Predicate __pred, in __stable_partition_impl()
252 …_BidirectionalIterator __first, _BidirectionalIterator __last, _Predicate __pred, bidirectional_it… in __stable_partition_impl()
290 …_ForwardIterator __first, _ForwardIterator __last, _Predicate&& __pred, _IterCategory __iter_categ… in __stable_partition()
297 stable_partition(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in stable_partition()
H A Dmake_projected.h32 _Pred& __pred; // Can be a unary or a binary predicate. member
60 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _ProjectedPred<_Pred, _Proj> __make_projected(_Pred& __pred, _Proj& __proj) { in __make_projected() argument
71 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _Pred& __make_projected(_Pred& __pred, _Proj&) { in __make_projected() argument
H A Dpstl_equal.h
H A Dequal.h40 __equal_iter_impl(_InputIterator1 __first1,_InputIterator1 __last1,_InputIterator2 __first2,_BinaryPredicate & __pred) __equal_iter_impl() argument
60 equal(_InputIterator1 __first1,_InputIterator1 __last1,_InputIterator2 __first2,_BinaryPredicate __pred) equal() argument
78 __equal(_InputIterator1 __first1,_InputIterator1 __last1,_InputIterator2 __first2,_InputIterator2 __last2,_BinaryPredicate __pred,input_iterator_tag,input_iterator_tag) __equal() argument
119 __equal(_RandomAccessIterator1 __first1,_RandomAccessIterator1 __last1,_RandomAccessIterator2 __first2,_RandomAccessIterator2 __last2,_BinaryPredicate __pred,random_access_iterator_tag,random_access_iterator_tag) __equal() argument
141 equal(_InputIterator1 __first1,_InputIterator1 __last1,_InputIterator2 __first2,_InputIterator2 __last2,_BinaryPredicate __pred) equal() argument
H A Dfind_end.h44 _Pred& __pred, in __find_end_impl() argument
96 _Pred& __pred, in __find_end() argument
147 _Pred& __pred, in __find_end() argument
192 _BinaryPredicate& __pred) { in __find_end_classic() argument
213 find_end(_ForwardIterator1 __first1,_ForwardIterator1 __last1,_ForwardIterator2 __first2,_ForwardIterator2 __last2,_BinaryPredicate __pred) find_end() argument
[all...]
H A Dsearch_n.h35 _Iter __first, _Sent __last, _SizeT __count, const _Type& __value, _Pred& __pred, _Proj& __proj) { in __search_n_forward_impl() argument
72 _Iter __first, _Sent __last, _SizeT __count, const _Type& __value, _Pred& __pred, _Proj& __proj, _DiffT __size1) { in __search_n_random_access_impl() argument
139 search_n(_ForwardIterator __first,_ForwardIterator __last,_Size __count,const _Tp & __value,_BinaryPredicate __pred) search_n() argument
[all...]
H A Dpstl_replace.h
H A Dpstl_is_partitioned.h
H A Dadjacent_find.h30 __adjacent_find(_Iter __first, _Sent __last, _BinaryPredicate&& __pred) { in __adjacent_find() argument
44 adjacent_find(_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __pred) { in adjacent_find() argument
H A Dunique.h33 __unique(_Iter __first, _Sent __last, _BinaryPredicate&& __pred) { in __unique() argument
50 unique(_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __pred) { in unique() argument
H A Dsearch.h40 _Iter1 __first1, _Sent1 __last1, _Iter2 __first2, _Sent2 __last2, _Pred& __pred, _Proj1& __proj1, _Proj2& __proj2) { in __search_forward_impl() argument
88 _Pred& __pred, in __search_random_access_impl() argument
165 search(_ForwardIterator1 __first1,_ForwardIterator1 __last1,_ForwardIterator2 __first2,_ForwardIterator2 __last2,_BinaryPredicate __pred) search() argument
[all...]
H A Dfind_first_of.h29 _BinaryPredicate&& __pred) { in __find_first_of_ce() argument
43 _BinaryPredicate __pred) { in find_first_of() argument
H A Dmismatch.h26 mismatch(_InputIterator1 __first1,_InputIterator1 __last1,_InputIterator2 __first2,_BinaryPredicate __pred) mismatch() argument
46 mismatch(_InputIterator1 __first1,_InputIterator1 __last1,_InputIterator2 __first2,_InputIterator2 __last2,_BinaryPredicate __pred) mismatch() argument
[all...]
H A Dpstl_count.h
H A Dany_of.h23 any_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) { in any_of() argument
H A Dall_of.h23 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) { in all_of() argument
/freebsd-src/contrib/llvm-project/libcxx/include/__functional/
H A Dunary_negate.h30 _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI explicit unary_negate(const _Predicate& __pred) in unary_negate() argument
40 not1(const _Predicate& __pred) { in not1() argument
H A Dbinary_negate.h32 …LIBCPP_HIDE_FROM_ABI explicit _LIBCPP_CONSTEXPR_SINCE_CXX14 binary_negate(const _Predicate& __pred) in binary_negate()
43 not2(const _Predicate& __pred) { in not2()
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/
H A Dany_of.h
/freebsd-src/contrib/llvm-project/libcxx/include/__ranges/
H A Dtake_while_view.h61 …PP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 take_while_view(_View __base, _Pred __pred) in take_while_view()
116 _LIBCPP_HIDE_FROM_ABI constexpr explicit __sentinel(sentinel_t<_Base> __end, const _Pred* __pred) in __sentinel()
/freebsd-src/contrib/llvm-project/libcxx/include/__condition_variable/
H A Dcondition_variable.h144 wait(unique_lock<mutex> & __lk,_Predicate __pred) wait() argument
166 wait_until(unique_lock<mutex> & __lk,const chrono::time_point<_Clock,_Duration> & __t,_Predicate __pred) wait_until() argument
203 wait_for(unique_lock<mutex> & __lk,const chrono::duration<_Rep,_Period> & __d,_Predicate __pred) wait_for() argument
[all...]

12