Searched defs:__func (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/ |
H A D | libdispatch.h | 58 _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 D | terminate_on_exception.h |
|
H A D | integer_sequence.h | 81 …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 D | for_each_segment.h | 27 __for_each_segment(_SegmentedIterator __first, _SegmentedIterator __last, _Functor __func) { in __for_each_segment()
|
H A D | pstl.h | 302 …_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 D | legacy_debug_handler.cpp |
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 190 #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 D | transform_view.h | 87 …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 D | libzutil.h | 251 #define __FOR_EACH_VDEV(__zhp, __nv, __func) { \ argument
|