Searched defs:__proj2 (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | search.h | 40 …_Sent1 __last1, _Iter2 __first2, _Sent2 __last2, _Pred& __pred, _Proj1& __proj1, _Proj2& __proj2) { in __search_forward_impl() 90 _Proj2& __proj2, in __search_random_access_impl() 131 …_Sent1 __last1, _Iter2 __first2, _Sent2 __last2, _Pred& __pred, _Proj1& __proj1, _Proj2& __proj2) { in __search_impl() 158 …_Sent1 __last1, _Iter2 __first2, _Sent2 __last2, _Pred& __pred, _Proj1& __proj1, _Proj2& __proj2) { in __search_impl()
|
H A D | mismatch.h | 41 …Iter1 __first1, _Sent1 __last1, _Iter2 __first2, _Pred& __pred, _Proj1& __proj1, _Proj2& __proj2) { in __mismatch_loop() 53 …Iter1 __first1, _Sent1 __last1, _Iter2 __first2, _Pred& __pred, _Proj1& __proj1, _Proj2& __proj2) { in __mismatch() 141 …atch(_Tp* __first1, _Tp* __last1, _Tp* __first2, _Pred& __pred, _Proj1& __proj1, _Proj2& __proj2) { in __mismatch() 170 …_Sent1 __last1, _Iter2 __first2, _Sent2 __last2, _Pred& __pred, _Proj1& __proj1, _Proj2& __proj2) { in __mismatch() 182 …rst1, _Tp* __last1, _Tp* __first2, _Tp* __last2, _Pred& __pred, _Proj1& __proj1, _Proj2& __proj2) { in __mismatch()
|
H A D | find_end.h | 46 _Proj2& __proj2, in __find_end_impl() 98 _Proj2& __proj2, in __find_end() 149 _Proj2& __proj2, in __find_end()
|
H A D | ranges_merge.h | 59 __merge_impl(_InIter1 && __first1,_Sent1 && __last1,_InIter2 && __first2,_Sent2 && __last2,_OutIter && __result,_Comp && __comp,_Proj1 && __proj1,_Proj2 && __proj2) __merge_impl() argument
|
H A D | includes.h | 38 _Proj2&& __proj2) { in __includes()
|
H A D | partial_sort_copy.h | 39 __partial_sort_copy(_InputIterator __first,_Sentinel1 __last,_RandomAccessIterator __result_first,_Sentinel2 __result_last,_Compare && __comp,_Proj1 && __proj1,_Proj2 && __proj2) __partial_sort_copy() argument
|
H A D | equal.h | 74 …_Sent1 __last1, _Iter2 __first2, _Sent2 __last2, _Pred& __comp, _Proj1& __proj1, _Proj2& __proj2) { in __equal_impl()
|