Home
last modified time | relevance | path

Searched defs:__transform (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_transform.h44 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 Dpstl.h100 _BinaryOperation2 __transform) { in transform_reduce()
156 _UnaryOperation __transform) { in transform_reduce()
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dbuffer.h261 …_LIBCPP_HIDE_FROM_ABI void __transform(_Iterator __first, _Iterator __last, _UnaryOperation __oper… in __transform() function