Searched defs:__transform (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | ranges_transform.h | 44 struct __transform { struct 48 …_unary(_InIter __first, _Sent __last, _OutIter __result, _Func& __operation, _Proj& __projection) { in __unary() 67 __binary(_InIter1 __first1, in __binary() 93 …r()(_InIter __first, _Sent __last, _OutIter __result, _Func __operation, _Proj __proj = {}) const { in operator() 100 …operator()(_Range&& __range, _OutIter __result, _Func __operation, _Proj __projection = {}) const { in operator() 114 _LIBCPP_HIDE_FROM_ABI constexpr binary_transform_result<_InIter1, _InIter2, _OutIter> operator()( in operator() 165 inline constexpr auto transform = __transform{}; argument
|
| /freebsd/contrib/llvm-project/libcxx/include/__numeric/ |
| H A D | pstl.h | 100 _BinaryOperation2 __transform) { in transform_reduce() 156 _UnaryOperation __transform) { in transform_reduce()
|
| /freebsd/contrib/llvm-project/libcxx/include/__format/ |
| H A D | buffer.h | 261 …_LIBCPP_HIDE_FROM_ABI void __transform(_Iterator __first, _Iterator __last, _UnaryOperation __oper… in __transform() function
|