Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__algorithm/
H A Dsearch_n.h35 __search_n_forward_impl(_Iter __first,_Sent __last,_SizeT __count,const _Type & __value,_Pred & __pred,_Proj & __proj) __search_n_forward_impl() argument
72 __search_n_random_access_impl(_Iter __first,_Sent __last,_SizeT __count,const _Type & __value,_Pred & __pred,_Proj & __proj,_DiffT __size1) __search_n_random_access_impl() argument
119 __search_n_impl(_Iter __first,_Sent __last,_DiffT __count,const _Type & __value,_Pred & __pred,_Proj & __proj) __search_n_impl() argument
134 __search_n_impl(_Iter1 __first,_Sent1 __last,_DiffT __count,const _Type & __value,_Pred & __pred,_Proj & __proj) __search_n_impl() argument
143 auto __proj = __identity(); search_n() local
[all...]
H A Dminmax_element.h32 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _MinmaxElementLessFunc(_Comp& __comp, _Proj& __proj) in _MinmaxElementLessFunc() argument
43 __minmax_element_impl(_Iter __first, _Sent __last, _Comp& __comp, _Proj& __proj) { in __minmax_element_impl() argument
88 auto __proj = __identity(); in minmax_element() local
H A Dmin_element.h32 __min_element(_Iter __first, _Sent __last, _Comp __comp, _Proj& __proj) { in __min_element() argument
46 auto __proj = __identity(); in __min_element() local
H A Dfind.h46 __find(_Iter __first,_Sent __last,const _Tp & __value,_Proj & __proj) __find() argument
90 __find(_Tp * __first,_Tp * __last,const _Up & __value,_Proj & __proj) __find() argument
151 __find(_SegmentedIterator __first,_SegmentedIterator __last,const _Tp & __value,_Proj & __proj) __find() argument
172 __identity __proj; find() local
[all...]
H A Dlower_bound.h32 __lower_bound(_Iter __first,_Sent __last,const _Type & __value,_Comp & __comp,_Proj & __proj) __lower_bound() argument
53 auto __proj = std::__identity(); lower_bound() local
[all...]
H A Dmake_projected.h33 _Proj& __proj; global() member
60 __make_projected(_Pred & __pred,_Proj & __proj) __make_projected() argument
H A Dcount.h35 __count(_Iter __first,_Sent __last,const _Tp & __value,_Proj & __proj) __count() argument
84 __identity __proj; count() local
H A Dranges_find_if.h37 _LIBCPP_HIDE_FROM_ABI constexpr _Ip __find_if_impl(_Ip __first, _Sp __last, _Pred& __pred, _Proj& __proj) { in __find_if_impl() argument
H A Dranges_count_if.h38 __count_if_impl(_Iter __first,_Sent __last,_Pred & __pred,_Proj & __proj) __count_if_impl() argument
H A Dranges_min_element.h38 _LIBCPP_HIDE_FROM_ABI constexpr _Ip __min_element_impl(_Ip __first, _Sp __last, _Comp& __comp, _Proj& __proj) { in __min_element_impl() argument
H A Dranges_replace_if.h37 __replace_if_impl(_Iter __first, _Sent __last, _Pred& __pred, const _Type& __new_value, _Proj& __proj) { in __replace_if_impl() argument
H A Dranges_is_sorted_until.h38 __is_sorted_until_impl(_Iter __first, _Sent __last, _Comp& __comp, _Proj& __proj) { in __is_sorted_until_impl() argument
H A Dfind_segment_if.h29 …nd_segment_if(_SegmentedIterator __first, _SegmentedIterator __last, _Pred __pred, _Proj& __proj) { in __find_segment_if()
H A Dranges_remove_copy_if.h46 __remove_copy_if_impl(_InIter __first, _Sent __last, _OutIter __result, _Pred& __pred, _Proj& __proj) { in __remove_copy_if_impl() argument
H A Dranges_remove_if.h41 __remove_if_impl(_Iter __first, _Sent __last, _Pred& __pred, _Proj& __proj) { in __remove_if_impl() argument
H A Dranges_replace_copy_if.h41 _InIter __first, _Sent __last, _OutIter __result, _Pred& __pred, const _Type& __new_value, _Proj& __proj) { in __replace_copy_if_impl() argument
H A Dminmax.h44 __identity __proj; in minmax() local
H A Dmismatch.h116 __identity __proj; __mismatch_vectorized() local
155 __identity __proj; mismatch() local
194 __identity __proj; mismatch() local
H A Dupper_bound.h35 __upper_bound(_Iter __first,_Sent __last,const _Tp & __value,_Compare && __comp,_Proj && __proj) __upper_bound() argument
H A Dequal_range.h41 __equal_range(_Iter __first,_Sent __last,const _Tp & __value,_Compare && __comp,_Proj && __proj) __equal_range() argument
H A Dequal.h110 __identity __proj; equal() local
H A Dsearch.h171 auto __proj = __identity(); in search() local
H A Dfind_end.h193 auto __proj = __identity(); __find_end_classic() local
/llvm-project/libcxx/include/__functional/
H A Ddefault_searcher.h39 auto __proj = __identity(); in operator() local
/llvm-project/libcxx/src/experimental/
H A Dtime_zone.cpp92 __binary_find(_Range&& __r, const _Type& __value, _Comp __comp = {}, _Proj __proj = {}) { in __binary_find() argument