/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | search_n.h | 35 … _Iter __first, _Sent __last, _SizeT __count, const _Type& __value, _Pred& __pred, _Proj& __proj) { in __search_n_forward_impl() 72 …_Iter __first, _Sent __last, _SizeT __count, const _Type& __value, _Pred& __pred, _Proj& __proj, _… in __search_n_random_access_impl() 119 …(_Iter __first, _Sent __last, _DiffT __count, const _Type& __value, _Pred& __pred, _Proj& __proj) { in __search_n_impl() 134 …Iter1 __first, _Sent1 __last, _DiffT __count, const _Type& __value, _Pred& __pred, _Proj& __proj) { in __search_n_impl() 143 auto __proj = __identity(); in search_n() local
|
H A D | lower_bound.h | 36 _Proj& __proj) { in __lower_bound_bisecting() 62 …sided(_ForwardIterator __first, _Sent __last, const _Type& __value, _Comp& __comp, _Proj& __proj) { in __lower_bound_onesided() 88 …bound(_ForwardIterator __first, _Sent __last, const _Type& __value, _Comp& __comp, _Proj& __proj) { in __lower_bound() 97 auto __proj = std::__identity(); in lower_bound() local
|
H A D | minmax_element.h | 32 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _MinmaxElementLessFunc(_Comp& __comp, _Proj& __proj) in _MinmaxElementLessFunc() 43 __minmax_element_impl(_Iter __first, _Sent __last, _Comp& __comp, _Proj& __proj) { in __minmax_element_impl() 88 auto __proj = __identity(); in minmax_element() local
|
H A D | find.h | 46 __find(_Iter __first, _Sent __last, const _Tp& __value, _Proj& __proj) { in __find() 90 __find(_Tp* __first, _Tp* __last, const _Up& __value, _Proj& __proj) { in __find() 151 __find(_SegmentedIterator __first, _SegmentedIterator __last, const _Tp& __value, _Proj& __proj) { in __find() 172 __identity __proj; in find() local
|
H A D | min_element.h | 32 __min_element(_Iter __first, _Sent __last, _Comp __comp, _Proj& __proj) { in __min_element() 46 auto __proj = __identity(); in __min_element() local
|
H A D | make_projected.h | 33 _Proj& __proj; member 60 …ABI _LIBCPP_CONSTEXPR _ProjectedPred<_Pred, _Proj> __make_projected(_Pred& __pred, _Proj& __proj) { in __make_projected()
|
H A D | count.h | 35 __count(_Iter __first, _Sent __last, const _Tp& __value, _Proj& __proj) { in __count() 84 __identity __proj; in count() local
|
H A D | mismatch.h | 116 __identity __proj; in __mismatch_vectorized() local 155 __identity __proj; in mismatch() local 194 __identity __proj; in mismatch() local
|
H A D | ranges_find_if.h | 37 …HIDE_FROM_ABI constexpr _Ip __find_if_impl(_Ip __first, _Sp __last, _Pred& __pred, _Proj& __proj) { in __find_if_impl()
|
H A D | ranges_count_if.h | 38 __count_if_impl(_Iter __first, _Sent __last, _Pred& __pred, _Proj& __proj) { in __count_if_impl()
|
H A D | ranges_replace_if.h | 34 __replace_if_impl(_Iter __first,_Sent __last,_Pred & __pred,const _Type & __new_value,_Proj & __proj) __replace_if_impl() argument
|
H A D | ranges_min_element.h | 38 …_FROM_ABI constexpr _Ip __min_element_impl(_Ip __first, _Sp __last, _Comp& __comp, _Proj& __proj) { in __min_element_impl()
|
H A D | ranges_is_sorted_until.h | 38 __is_sorted_until_impl(_Iter __first, _Sent __last, _Comp& __comp, _Proj& __proj) { in __is_sorted_until_impl()
|
H A D | ranges_remove_copy_if.h | 43 __remove_copy_if_impl(_InIter __first,_Sent __last,_OutIter __result,_Pred & __pred,_Proj & __proj) __remove_copy_if_impl() argument
|
H A D | ranges_remove_if.h | 41 __remove_if_impl(_Iter __first, _Sent __last, _Pred& __pred, _Proj& __proj) { in __remove_if_impl()
|
H A D | ranges_replace_copy_if.h | 38 __replace_copy_if_impl(_InIter __first,_Sent __last,_OutIter __result,_Pred & __pred,const _Type & __new_value,_Proj & __proj) __replace_copy_if_impl() argument
|
H A D | minmax.h | 44 __identity __proj; in minmax() local
|
H A D | upper_bound.h | 35 __upper_bound(_Iter __first, _Sent __last, const _Tp& __value, _Compare&& __comp, _Proj&& __proj) { in __upper_bound()
|
H A D | equal_range.h | 41 __equal_range(_Iter __first, _Sent __last, const _Tp& __value, _Compare&& __comp, _Proj&& __proj) { in __equal_range()
|
H A D | ranges_find_last.h | 41 __find_last_impl(_Iter __first, _Sent __last, _Pred __pred, _Proj& __proj) { in __find_last_impl()
|
H A D | equal.h | 110 __identity __proj; in equal() local
|
H A D | set_intersection.h | 98 _LIBCPP_CONSTEXPR std::__identity __proj; in __set_intersection() local
|
H A D | search.h | 171 auto __proj = __identity(); in search() local
|
H A D | find_end.h | 193 auto __proj = __identity(); in __find_end_classic() local
|
/freebsd/contrib/llvm-project/libcxx/include/__functional/ |
H A D | default_searcher.h | 42 auto __proj = __identity(); operator() local
|