Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__pstl/backends/
H A Dlibdispatch.h58 __dispatch_apply(size_t __chunk_count,_Func __func) __dispatch_apply() argument
74 __dispatch_parallel_for(__chunk_partitions __partitions,_RandomAccessIterator __first,_Functor __func) __dispatch_parallel_for() argument
/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) { in call_once() argument
138 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable& __func) { in call_once() argument
146 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, const _Callable& __func) { in call_once() argument
/llvm-project/lldb/test/API/commands/expression/completion/sys/
H A Dreserved.h6 void __func() {} in __func() function
/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 Dfor_each.h43 ranges::__movable_box<_Function> __wrapped_func(in_place, std::move(__func)); in for_each() argument
H A Dpstl.h302 for_each(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Function __func) { in for_each() argument
316 for_each_n(_ExecutionPolicy&& __policy, _ForwardIterator __first, _Size __size, _Function __func) { in for_each_n() argument
/llvm-project/libcxx/include/__utility/
H A Dinteger_sequence.h81 _LIBCPP_HIDE_FROM_ABI constexpr void __for_each_index_sequence(index_sequence<_Index...>, _Function __func) { in __for_each_index_sequence() argument
/llvm-project/libcxx/include/__ranges/
H A Dtransform_view.h87 transform_view(_View __base,_Fn __func) transform_view() argument
/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
/llvm-project/libcxx/src/support/win32/
H A Dthread_win32.cpp144 void* (*__func)(void*); member
150 auto* __func = __data->__func; in __libcpp_beginthreadex_thunk() local