Searched defs:__func (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfor_each_segment.h27 __for_each_segment(_SegmentedIterator __first, _SegmentedIterator __last, _Functor __func) { argument
H A Dfor_each.h43 for_each(_SegmentedIterator __first, _SegmentedIterator __last, _Function __func) { argument
H A Dpstl_for_each.h55 for_each(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Function __func) { argument
H A Dranges_for_each_n.h43 operator()(_Iter __first, iter_difference_t<_Iter> __count, _Func __func, _Proj __proj = {}) const { argument
H A Dranges_for_each.h44 __for_each_impl(_Iter __first, _Sent __last, _Func& __func, _Proj& __proj) { argument
56 operator()(_Iter __first, _Sent __last, _Func __func, _Proj __proj = {}) const { argument
64 operator()(_Range&& __range, _Func __func, _Proj __proj = {}) const { argument
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/
H A Dfor_each.h39 __pstl_for_each(__cpu_backend_tag, _ForwardIterator __first, _ForwardIterator __last, _Functor __func) { argument
H A Dlibdispatch.h67 __dispatch_parallel_for(__chunk_partitions __partitions, _RandomAccessIterator __first, _Functor __func) { argument
83 __parallel_for(_RandomAccessIterator __first, _RandomAccessIterator __last, _Functor __func) { argument
/freebsd-current/contrib/llvm-project/libcxx/include/__utility/
H A Dinteger_sequence.h144 _LIBCPP_HIDE_FROM_ABI constexpr void __for_each_index_sequence(index_sequence<_Index...>, _Function __func) { argument
/freebsd-current/contrib/llvm-project/libcxx/include/__mutex/
H A Donce_flag.h126 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args) { argument
138 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable& __func) { argument
146 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, const _Callable& __func) { argument
/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Dtransform_view.h87 _LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 transform_view(_View __base, _Fn __func) argument
/freebsd-current/contrib/llvm-project/libcxx/include/__functional/
H A Dfunction.h256 class __func<_Fp, _Alloc, _Rp(_ArgTypes...)> : public __base<_Rp(_ArgTypes...)> { class in namespace:__function
260 _LIBCPP_HIDE_FROM_ABI explicit __func(_Fp&& __f) : __f_(std::move(__f)) {} function in class:__function::__func
262 _LIBCPP_HIDE_FROM_ABI explicit __func(const _Fp& __f, const _Alloc& __a) : __f_(__f, __a) {} function in class:__function::__func
264 _LIBCPP_HIDE_FROM_ABI explicit __func(const _Fp& __f, _Alloc&& __a) : __f_(__f, std::move(__a)) {} function in class:__function::__func
266 _LIBCPP_HIDE_FROM_ABI explicit __func(_Fp&& __f, _Alloc&& __a) : __f_(std::move(__f), std::move(__a)) {} function in class:__function::__func
341 typedef __base<_Rp(_ArgTypes...)> __func; typedef in class:__function::__value_func
746 class __func<_Rp1 (^)(_ArgTypes1...), _Alloc, _Rp(_ArgTypes...)> : public __base<_Rp(_ArgTypes...)> { class in namespace:__function
751 _LIBCPP_HIDE_FROM_ABI explicit __func(__block_type const& __f) function in class:__function::__func
762 _LIBCPP_HIDE_FROM_ABI explicit __func(__block_type __f, const _Alloc& /* unused */) function in class:__function::__func
820 typedef __function::__value_func<_Rp(_ArgTypes...)> __func; typedef in class:function
[all...]

Completed in 228 milliseconds