Searched defs:__func (Results 1 – 10 of 10) sorted by relevance
/llvm-project/libcxx/include/__pstl/backends/ |
H A D | libdispatch.h | 58 __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 D | once_flag.h | 126 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 D | reserved.h | 6 void __func() {} in __func() function
|
/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 | for_each.h | 43 ranges::__movable_box<_Function> __wrapped_func(in_place, std::move(__func)); in for_each() argument
|
H A D | pstl.h | 302 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 D | integer_sequence.h | 81 _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 D | transform_view.h | 87 transform_view(_View __base,_Fn __func) transform_view() argument
|
/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
|
/llvm-project/libcxx/src/support/win32/ |
H A D | thread_win32.cpp | 144 void* (*__func)(void*); member 150 auto* __func = __data->__func; in __libcpp_beginthreadex_thunk() local
|