Searched defs:_Proj (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | find.h | 61 __find_impl(_Tp * __first,_Tp * __last,const _Up & __value,_Proj &) __find_impl() argument 75 __find_impl(_Tp * __first,_Tp * __last,const _Up & __value,_Proj &) __find_impl() argument 137 __find_impl(__bit_iterator<_Cp,_IsConst> __first,__bit_iterator<_Cp,_IsConst> __last,const _Tp & __value,_Proj &) __find_impl() argument [all...] |
H A D | make_projected.h | 71 __make_projected(_Pred & __pred,_Proj &) __make_projected() argument [all...] |
H A D | count.h | 75 __count(__bit_iterator<_Cp, _IsConst> __first, __bit_iterator<_Cp, _IsConst> __last, const _Tp& __value, _Proj&) { in __count() argument
|