Home
last modified time | relevance | path

Searched defs:__func (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Dlibdispatch.h58 _LIBCPP_HIDE_FROM_ABI void __dispatch_apply(size_t __chunk_count, _Func __func) noexcept { in __dispatch_apply()
74 …tch_parallel_for(__chunk_partitions __partitions, _RandomAccessIterator __first, _Functor __func) { in __dispatch_parallel_for()
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dterminate_on_exception.h
H A Dinteger_sequence.h81 …DE_FROM_ABI constexpr void __for_each_index_sequence(index_sequence<_Index...>, _Function __func) { in __for_each_index_sequence()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfor_each_segment.h27 __for_each_segment(_SegmentedIterator __first, _SegmentedIterator __last, _Functor __func) { in __for_each_segment()
H A Dpstl.h302 …_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Function __func) { in for_each()
316 for_each_n(_ExecutionPolicy&& __policy, _ForwardIterator __first, _Size __size, _Function __func) { in for_each_n()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlegacy_debug_handler.cpp
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_cmath.h190 #define __DEF_FUN1(__retty, __func) \ argument
194 #define __DEF_FUN2(__retty, __func) \ argument
200 #define __DEF_FUN2_FI(__retty, __func) \ argument
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dtransform_view.h87 …IBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 transform_view(_View __base, _Fn __func) in transform_view()
/freebsd/sys/contrib/openzfs/include/
H A Dlibzutil.h251 #define __FOR_EACH_VDEV(__zhp, __nv, __func) { \ argument