Home
last modified time | relevance | path

Searched refs:_Function (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dalgorithm_fwd.h
H A Dalgorithm_impl.h
H A Dunseq_backend_simd.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dfor_each.h29 template <class _Iterator, class _DifferenceType, class _Function>
30 _LIBCPP_HIDE_FROM_ABI _Iterator __simd_for_each(_Iterator __first, _DifferenceType __n, _Function _… in __simd_for_each()
40 template <class _Policy, class _ForwardIterator, class _Function>
42 …operator()(_Policy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Function __func… in operator()
H A Dtransform.h33 template <class _Iterator1, class _DifferenceType, class _Iterator2, class _Function>
35 __simd_transform(_Iterator1 __first1, _DifferenceType __n, _Iterator2 __first2, _Function __f) noex… in __simd_transform()
42 …late <class _Iterator1, class _DifferenceType, class _Iterator2, class _Iterator3, class _Function>
44 …_Iterator1 __first1, _DifferenceType __n, _Iterator2 __first2, _Iterator3 __first3, _Function __f)… in __simd_transform()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfor_each.h30 template <class _InputIterator, class _Function>
31 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _Function
32 for_each(_InputIterator __first, _InputIterator __last, _Function __f) {
40 template <class _SegmentedIterator, class _Function>
42 _LIBCPP_HIDE_FROM_ABI constexpr _Function
43 for_each(_SegmentedIterator __first, _SegmentedIterator __last, _Function __func) {
44 ranges::__movable_box<_Function> __wrapped_func(in_place, std::move(__func));
47 ranges::__movable_box<_Function>(in_place, std::for_each(__lfirst, __llast, std::move(*__wrapped_func)));
H A Dfor_each_n.h24 template <class _InputIterator, class _Size, class _Function>
26 for_each_n(_InputIterator __first, _Size __orig_n, _Function __f) { in for_each_n()
H A Dpstl.h298 class _Function,
302 for_each(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Function in for_each()
312 class _Function,
316 for_each_n(_ExecutionPolicy&& __policy, _ForwardIterator __first, _Size __size, _Function __func) { in for_each_n()
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dinteger_sequence.h80 template <size_t... _Index, class _Function>
81 _LIBCPP_HIDE_FROM_ABI constexpr void __for_each_index_sequence(index_sequence<_Index...>, _Function in __for_each_index_sequence()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Dserial.h58 template <class _Policy, class _ForwardIterator, class _Function>
60 …operator()(_Policy&&, _ForwardIterator __first, _ForwardIterator __last, _Function&& __func) const…
61 std::for_each(std::move(__first), std::move(__last), std::forward<_Function>(__func));
H A Ddefault.h184 template <class _Policy, class _ForwardIterator, class _Size, class _Function>
186 …operator()(_Policy&& __policy, _ForwardIterator __first, _Size __size, _Function __func) const noe…
/freebsd/contrib/wpa/src/l2_packet/
H A Dl2_packet_ndis.c34 #define _NDISUIO_CTL_CODE(_Function, _Method, _Access) \ argument
35 CTL_CODE(FSCTL_NDISUIO_BASE, _Function, _Method, _Access)
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_ndis.c400 #define _NDISUIO_CTL_CODE(_Function, _Method, _Access) \ argument
401 CTL_CODE(FSCTL_NDISUIO_BASE, _Function, _Method, _Access)