Searched defs:__func (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | pstl_for_each.h |
|
H A D | for_each_segment.h | 27 __for_each_segment(_SegmentedIterator __first, _SegmentedIterator __last, _Functor __func) { in __for_each_segment()
|
H A D | for_each.h | 43 for_each(_SegmentedIterator __first, _SegmentedIterator __last, _Function __func) { in for_each()
|
/freebsd-src/contrib/llvm-project/libcxx/include/__mutex/ |
H A D | once_flag.h | 126 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable&& __func, _Args&&... __arg… in call_once() 138 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable& __func) { in call_once() 146 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, const _Callable& __func) { in call_once()
|
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/ |
H A D | libdispatch.h |
|
H A D | for_each.h |
|
/freebsd-src/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-src/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | transform_view.h | 87 _LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 transform_view(_View __base, _Fn __func) in transform_view() argument
|
/freebsd-src/sys/contrib/openzfs/include/ |
H A D | libzutil.h | 251 #define __FOR_EACH_VDEV(__zhp, __nv, __func) { \ argument
|